langtools/test/tools/doclint/MissingCommentTest.out
author akulyakh
Thu, 21 May 2015 11:41:04 -0700
changeset 30730 d3ce7619db2c
parent 14952 d0022ae20516
permissions -rw-r--r--
8076543: Add @modules as needed to the langtools tests Reviewed-by: jjg, shurailine

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