langtools/test/tools/doclint/MissingThrowsTest.out
changeset 14962 19ffdfafbcd2
parent 14952 d0022ae20516
child 30730 d3ce7619db2c
--- a/langtools/test/tools/doclint/MissingThrowsTest.out	Sun Dec 16 11:09:36 2012 +0100
+++ b/langtools/test/tools/doclint/MissingThrowsTest.out	Thu Dec 20 17:59:46 2012 +0000
@@ -1,4 +1,4 @@
-MissingThrowsTest.java:11: warning: no @throws for java.lang.Exception
+MissingThrowsTest.java:13: warning: no @throws for java.lang.Exception
     void missingThrows() throws Exception { }
          ^
 1 warning