mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
14 lines
356 B
Text
14 lines
356 B
Text
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
|
|
|