jdk-24/langtools/test/tools/doclint/MissingThrowsTest.out
Alexander Kulyakhtin b6262441ad 8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
2015-05-21 11:41:04 -07:00

5 lines
138 B
Plaintext

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