mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
15 lines
356 B
Plaintext
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
|
|
|