langtools/test/com/sun/javadoc/testDeprecatedDocs/TestDeprecatedDocs.java
changeset 23139 612191246a7d
parent 21478 fa4c7cda1b41
child 23971 f5ff1f5a8dee
equal deleted inserted replaced
23138:497fb20a5754 23139:612191246a7d
    36     //Test information.
    36     //Test information.
    37     private static final String BUG_ID = "4927552";
    37     private static final String BUG_ID = "4927552";
    38 
    38 
    39     //Javadoc arguments.
    39     //Javadoc arguments.
    40     private static final String[] ARGS = new String[] {
    40     private static final String[] ARGS = new String[] {
    41         "-d", BUG_ID, "-source", "1.5", "-sourcepath", SRC_DIR, "pkg"
    41         "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
    42     };
    42     };
    43 
    43 
    44     private static final String TARGET_FILE  =
    44     private static final String TARGET_FILE  =
    45         BUG_ID + FS + "deprecated-list.html";
    45         BUG_ID + FS + "deprecated-list.html";
    46 
    46