langtools/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java
changeset 23139 612191246a7d
parent 21008 af0b915df7cc
child 23971 f5ff1f5a8dee
--- a/langtools/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java	Thu Mar 06 10:41:56 2014 -0800
+++ b/langtools/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java	Thu Mar 06 16:15:02 2014 -0800
@@ -42,11 +42,11 @@
 
     //Javadoc arguments.
     private static final String[] ARGS1 = new String[]{
-        "-d", BUG_ID, "-use", "-source", "1.5", "-sourcepath", SRC_DIR,
+        "-d", BUG_ID, "-use", "-sourcepath", SRC_DIR,
         "pkg"
     };
     private static final String[] ARGS2 = new String[]{
-        "-d", BUG_ID, "-linksource", "-source", "1.5", "-sourcepath", SRC_DIR,
+        "-d", BUG_ID, "-linksource", "-sourcepath", SRC_DIR,
         "pkg"
     };