jdk-24/test/langtools/tools/doclint/MissingThrowsTest.out
2017-09-12 19:03:39 +02:00

5 lines
138 B
Plaintext

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