changeset 14952 | d0022ae20516 |
child 30730 | d3ce7619db2c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/langtools/test/tools/doclint/MissingCommentTest.out Mon Dec 17 07:47:05 2012 -0800 @@ -0,0 +1,14 @@ +MissingCommentTest.java:8: warning: no comment +public class MissingCommentTest { + ^ +MissingCommentTest.java:9: warning: no comment + MissingCommentTest() { } + ^ +MissingCommentTest.java:11: warning: no comment + int missingComment; + ^ +MissingCommentTest.java:13: warning: no comment + void missingComment() { } + ^ +4 warnings +