KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > search_replace > ReplaceTest > testReplaceAll


1 /*
2  * testReplaceAll.java
3  *
4  * Created on January 28, 2005, 2:02 PM
5  */

6
7 package search_replace.ReplaceTest;
8
9 /**
10  *
11  * @author rs155161
12  */

13 public class testReplaceAll {
14     
15     /** Creates a new instance of testReplaceAll */
16     public testReplaceAll() {
17         /**
18          * testWord
19          * testWord
20          * testWord
21          * testWord
22          * testWord
23          * testWord
24          * testWord
25          * testWord
26          * testWord
27          * testWord
28          * testWord
29          * testWord
30          * testWord
31          * testWord
32          */

33     }
34     
35 }
36
Popular Tags