diff -r f72c9c5aeaef -r a22f23fb7abf test/tools/doclint/MissingThrowsTest.out --- a/test/tools/doclint/MissingThrowsTest.out Sun Dec 16 11:09:36 2012 +0100 +++ b/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