author | jjg |
Tue, 15 Jan 2013 13:03:11 -0800 | |
changeset 15359 | a73dcb8dcbae |
parent 14952 | d0022ae20516 |
child 30730 | d3ce7619db2c |
permissions | -rw-r--r-- |
14952 | 1 |
MissingCommentTest.java:8: warning: no comment |
2 |
public class MissingCommentTest { |
|
3 |
^ |
|
4 |
MissingCommentTest.java:9: warning: no comment |
|
5 |
MissingCommentTest() { } |
|
6 |
^ |
|
7 |
MissingCommentTest.java:11: warning: no comment |
|
8 |
int missingComment; |
|
9 |
^ |
|
10 |
MissingCommentTest.java:13: warning: no comment |
|
11 |
void missingComment() { } |
|
12 |
^ |
|
13 |
4 warnings |
|
14 |