diff -r e731935052af -r 19ffdfafbcd2 langtools/test/tools/doclint/MissingThrowsTest.out --- 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