changeset 47216 | 71c04702a3d5 |
parent 30730 | d3ce7619db2c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/langtools/tools/doclint/MissingCommentTest.out Tue Sep 12 19:03:39 2017 +0200 @@ -0,0 +1,14 @@ +MissingCommentTest.java:9: warning: no comment +public class MissingCommentTest { + ^ +MissingCommentTest.java:10: warning: no comment + MissingCommentTest() { } + ^ +MissingCommentTest.java:12: warning: no comment + int missingComment; + ^ +MissingCommentTest.java:14: warning: no comment + void missingComment() { } + ^ +4 warnings +