jdk-24/test/langtools/tools/doclint/NoArgsConstructorTest.out

8 lines
265 B
Plaintext

NoArgsConstructorTest.java:10: warning: use of default constructor, which does not provide a comment
public class NoArgsConstructorTest {
^
NoArgsConstructorTest.java:15: warning: no comment
public PublicConstructor() { }
^
2 warnings