test/tools/javadoc/lib/Tester.java

Print this page

        

@@ -37,11 +37,10 @@
 
     protected final String TEST_SRC = System.getProperty("test.src", ".");
     protected final String TEST_CLASSES = System.getProperty("test.classes",
                                                              ".");
     private final String DEFAULT_ARGS[] = {
-        "-source", "1.5",
         "-sourcepath", TEST_SRC,
     };
 
     private final File outputFile = new File(TEST_CLASSES, "testrun.out");
     private final File expectedOutputFile = new File(TEST_SRC, "expected.out");