< prev index next >

langtools/test/tools/javadoc/sampleapi/lib/sampleapi/generator/DocCommentGenerator.java

Print this page

        

@@ -161,11 +161,11 @@
         static String[] versions = new String[] {
             "1.5, 09/01/04",
             "1.6, 12/11/06",
             "1.7, 07/28/11",
             "1.8, 04/19/14",
-            "1.9, 06/03/16" };
+            "9,   06/03/16" };
 
         static int index = 0;
 
         public static String nextVersion() {
             String next = "@version " + versions[index];
< prev index next >