author | jjg |
Thu, 20 Dec 2012 17:59:46 +0000 | |
changeset 14962 | 19ffdfafbcd2 |
parent 14952 | d0022ae20516 |
child 30730 | d3ce7619db2c |
permissions | -rw-r--r-- |
/* * @test /nodynamiccopyright/ * @bug 8004832 * @summary Add new doclint package * @build DocLintTester * @run main DocLintTester -Xmsgs:-syntax EmptyExceptionTest.java * @run main DocLintTester -Xmsgs:syntax -ref EmptyExceptionTest.out EmptyExceptionTest.java */ /** . */ public class EmptyExceptionTest { /** @exception NullPointerException */ int emptyException() throws NullPointerException { } }