diff -r 02a18f209ab3 -r 75ab654b5cd5 test/tools/doclint/MissingThrowsTest.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/doclint/MissingThrowsTest.out Mon Dec 17 07:47:05 2012 -0800 @@ -0,0 +1,4 @@ +MissingThrowsTest.java:11: warning: no @throws for java.lang.Exception + void missingThrows() throws Exception { } + ^ +1 warning