mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
4 lines
138 B
Text
4 lines
138 B
Text
MissingThrowsTest.java:14: warning: no @throws for java.lang.Exception
|
|
void missingThrows() throws Exception { }
|
|
^
|
|
1 warning
|