source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/filters/expected/stripjavacomments.test@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 267 bytes
Line 
1
2
3
4public class NormalLine {
5
6 private String withComment;
7
8
9 public void doNothing() {
10
11 int i;
12
13 int j;
14 }
15
16 private String url = "http://ant.apache.org/";
17 private String url2 = "\"http://ant.apache.org/\"";
18
19}
Note: See TracBrowser for help on using the repository browser.