jdk-24/langtools/test/tools/doclint/MissingThrowsTest.out
Jonathan Gibbons e2bd09e6f6 8005307: fix missing @bug tags
Reviewed-by: jjh
2012-12-20 17:59:46 +00:00

5 lines
138 B
Plaintext

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