langtools/test/com/sun/javadoc/testNestedGenerics/TestNestedGenerics.java
changeset 23139 612191246a7d
parent 21008 af0b915df7cc
child 23971 f5ff1f5a8dee
equal deleted inserted replaced
23138:497fb20a5754 23139:612191246a7d
    36     //Test information.
    36     //Test information.
    37     private static final String BUG_ID = "6758050";
    37     private static final String BUG_ID = "6758050";
    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,
    41         "-d", BUG_ID, "-sourcepath", SRC_DIR,
    42         "pkg"
    42         "pkg"
    43     };
    43     };
    44 
    44 
    45     //Input for string search tests.
    45     //Input for string search tests.
    46     private static final String[][] TEST = {
    46     private static final String[][] TEST = {