mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
14 lines
355 B
Text
14 lines
355 B
Text
MissingCommentTest.java:8: warning: no comment
|
|
public class MissingCommentTest {
|
|
^
|
|
MissingCommentTest.java:9: warning: no comment
|
|
MissingCommentTest() { }
|
|
^
|
|
MissingCommentTest.java:11: warning: no comment
|
|
int missingComment;
|
|
^
|
|
MissingCommentTest.java:13: warning: no comment
|
|
void missingComment() { }
|
|
^
|
|
4 warnings
|
|
|