jdk-24/test/langtools/tools/doclint/MissingThrowsTest.out

5 lines
138 B
Plaintext
Raw Normal View History

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