8 lines
265 B
Plaintext
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
|