langtools/test/tools/doclint/MissingThrowsTest.out
author jjg
Mon, 17 Dec 2012 07:47:05 -0800
changeset 14952 d0022ae20516
child 14962 19ffdfafbcd2
permissions -rw-r--r--
8004832: Add new doclint package Reviewed-by: mcimadamore

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