langtools/test/tools/doclint/MissingCommentTest.out
changeset 30730 d3ce7619db2c
parent 14952 d0022ae20516
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 MissingCommentTest.java:8: warning: no comment
     1 MissingCommentTest.java:9: warning: no comment
     2 public class MissingCommentTest {
     2 public class MissingCommentTest {
     3        ^
     3        ^
     4 MissingCommentTest.java:9: warning: no comment
     4 MissingCommentTest.java:10: warning: no comment
     5     MissingCommentTest() { }
     5     MissingCommentTest() { }
     6     ^
     6     ^
     7 MissingCommentTest.java:11: warning: no comment
     7 MissingCommentTest.java:12: warning: no comment
     8     int missingComment;
     8     int missingComment;
     9         ^
     9         ^
    10 MissingCommentTest.java:13: warning: no comment
    10 MissingCommentTest.java:14: warning: no comment
    11     void missingComment() { }
    11     void missingComment() { }
    12          ^
    12          ^
    13 4 warnings
    13 4 warnings
    14 
    14