test/tools/doclint/MissingThrowsTest.out

changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/MissingThrowsTest.out	Mon Dec 17 07:47:05 2012 -0800
     1.3 @@ -0,0 +1,4 @@
     1.4 +MissingThrowsTest.java:11: warning: no @throws for java.lang.Exception
     1.5 +    void missingThrows() throws Exception { }
     1.6 +         ^
     1.7 +1 warning

mercurial