langtools/test/tools/doclint/MissingThrowsTest.out
author jjg
Thu, 20 Dec 2012 17:59:46 +0000
changeset 14962 19ffdfafbcd2
parent 14952 d0022ae20516
child 30730 d3ce7619db2c
permissions -rw-r--r--
8005307: fix missing @bug tags Reviewed-by: jjh

MissingThrowsTest.java:13: warning: no @throws for java.lang.Exception
    void missingThrows() throws Exception { }
         ^
1 warning