author | jjg |
Mon, 17 Dec 2012 07:47:05 -0800 | |
changeset 14952 | d0022ae20516 |
child 14962 | 19ffdfafbcd2 |
permissions | -rw-r--r-- |
/* * @test /nodynamiccopyright/ * @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 { } }