langtools/test/tools/doclint/MissingThrowsTest.out
changeset 30730 d3ce7619db2c
parent 14962 19ffdfafbcd2
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 MissingThrowsTest.java:13: warning: no @throws for java.lang.Exception
     1 MissingThrowsTest.java:14: warning: no @throws for java.lang.Exception
     2     void missingThrows() throws Exception { }
     2     void missingThrows() throws Exception { }
     3          ^
     3          ^
     4 1 warning
     4 1 warning