test/tools/doclint/OptionTest.java

changeset 1465
a22f23fb7abf
parent 1455
75ab654b5cd5
child 2525
2eb010b6cb22
equal deleted inserted replaced
1464:f72c9c5aeaef 1465:a22f23fb7abf
1
2 import com.sun.tools.doclint.DocLint;
3
4 /* 1 /*
5 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
6 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7 * 4 *
8 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
24 * questions. 21 * questions.
25 */ 22 */
26 23
27 /* 24 /*
28 * @test 25 * @test
26 * @bug 8004832
27 * @summary Add new doclint package
29 */ 28 */
29
30 import com.sun.tools.doclint.DocLint;
31
30 public class OptionTest { 32 public class OptionTest {
31 public static void main(String... args) throws Exception { 33 public static void main(String... args) throws Exception {
32 new OptionTest().run(); 34 new OptionTest().run();
33 } 35 }
34 36

mercurial