KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > search_replace > SearchTest > testSearchSelectionNegative


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

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

13 public class testSearchSelectionNegative {
14     
15     /** Creates a new instance of testSearchSelectionNegative */
16     public testSearchSelectionNegative() {
17         /**
18          * testWord1
19          * testWord2
20          * testWord3
21          * testWord1
22          * testWord2
23          * testWord3
24          * testWord1
25          * testWord2
26          */

27     }
28     
29 }
30
Popular Tags