test/tools/doclint/MissingCommentTest.out

Mon, 14 Jan 2013 19:52:36 +0100

author
jfranck
date
Mon, 14 Jan 2013 19:52:36 +0100
changeset 1491
9f42a06a49c0
parent 0
959103a6100f
permissions
-rw-r--r--

7193719: Support repeating annotations in javax.lang.model
Reviewed-by: jjg

     1 MissingCommentTest.java:8: warning: no comment
     2 public class MissingCommentTest {
     3        ^
     4 MissingCommentTest.java:9: warning: no comment
     5     MissingCommentTest() { }
     6     ^
     7 MissingCommentTest.java:11: warning: no comment
     8     int missingComment;
     9         ^
    10 MissingCommentTest.java:13: warning: no comment
    11     void missingComment() { }
    12          ^
    13 4 warnings

mercurial