langtools/test/tools/doclint/MissingThrowsTest.out
changeset 14952 d0022ae20516
child 14962 19ffdfafbcd2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/langtools/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