jdk-24/langtools/test/tools/doclint/MissingCommentTest.out
Alexander Kulyakhtin b6262441ad 8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
2015-05-21 11:41:04 -07:00

15 lines
356 B
Plaintext

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