langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    51                  "<dt><span class=\"paramLabel\">Parameters:</span></dt>\n" +
    51                  "<dt><span class=\"paramLabel\">Parameters:</span></dt>\n" +
    52                  "<dd><code>i</code> - a param.</dd>\n" +
    52                  "<dd><code>i</code> - a param.</dd>\n" +
    53                  "</dl>"
    53                  "</dl>"
    54         }
    54         }
    55     };
    55     };
    56     private static final String[][] NEGATED_TEST = NO_TEST;
       
    57 
    56 
    58     /**
    57     /**
    59      * The entry point of the test.
    58      * The entry point of the test.
    60      * @param args the array of command line arguments.
    59      * @param args the array of command line arguments.
    61      */
    60      */
    62     public static void main(String[] args) {
    61     public static void main(String[] args) {
    63         TestConstructorIndent tester = new TestConstructorIndent();
    62         TestConstructorIndent tester = new TestConstructorIndent();
    64         tester.run(ARGS, TEST, NEGATED_TEST);
    63         tester.run(ARGS, TEST, NO_TEST);
    65         tester.printSummary();
    64         tester.printSummary();
    66     }
    65     }
    67 
    66 
    68     /**
    67     /**
    69      * {@inheritDoc}
    68      * {@inheritDoc}