mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
4 lines
138 B
Text
4 lines
138 B
Text
MissingThrowsTest.java:13: warning: no @throws for java.lang.Exception
|
|
void missingThrows() throws Exception { }
|
|
^
|
|
1 warning
|