langtools/test/com/sun/javadoc/testIndentation/TestIndentation.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    49           "                  T t2)" },
    49           "                  T t2)" },
    50         { BUG_ID + "/p/Indent.html",
    50         { BUG_ID + "/p/Indent.html",
    51           "\n" +
    51           "\n" +
    52           "           throws java.lang.Exception" }
    52           "           throws java.lang.Exception" }
    53     };
    53     };
    54     private static final String[][] NEGATED_TEST = NO_TEST;
       
    55 
    54 
    56     /**
    55     /**
    57      * The entry point of the test.
    56      * The entry point of the test.
    58      * @param args the array of command line arguments.
    57      * @param args the array of command line arguments.
    59      */
    58      */
    60     public static void main(String[] args) {
    59     public static void main(String[] args) {
    61         TestIndentation tester = new TestIndentation();
    60         TestIndentation tester = new TestIndentation();
    62         tester.run(ARGS, TEST, NEGATED_TEST);
    61         tester.run(ARGS, TEST, NO_TEST);
    63         tester.printSummary();
    62         tester.printSummary();
    64     }
    63     }
    65 
    64 
    66     /**
    65     /**
    67      * {@inheritDoc}
    66      * {@inheritDoc}