mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
MissingThrowsTest.java:14: warning: no @throws for java.lang.Exception
|
|
void missingThrows() throws Exception { }
|
|
^
|
|
1 warning
|