src/share/classes/sun/management/DiagnosticCommandArgumentInfo.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

@@ -41,11 +41,11 @@
  * In this command line, the diagnostic command receives five parameters, two
  * options named {@code option1} and {@code option2}, and three arguments.
  * argumentA's position is 0, argumentB's position is 1 and argumentC's
  * position is 2.
  *
- * @since 8
+ * @since 1.8
  */
 
 class DiagnosticCommandArgumentInfo {
     private final String name;
     private final String description;