langtools/test/tools/doclint/MissingThrowsTest.out
author jjg
Fri, 30 Aug 2013 15:14:51 -0700
changeset 19908 c48205ab5654
parent 14962 19ffdfafbcd2
child 30730 d3ce7619db2c
permissions -rw-r--r--
8024093: Two *.rej files checked in to langtools/test directory Reviewed-by: mchung

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