test/tools/doclint/MissingCommentTest.out

Tue, 08 Jan 2019 16:17:56 -0800

author
diazhou
date
Tue, 08 Jan 2019 16:17:56 -0800
changeset 3791
6d30981ed95a
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8u202-b26 for changeset c0f526208190

     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