01: /*
02: * testSearchSelectionNegative.java
03: *
04: * Created on January 24, 2005, 2:28 PM
05: */
06:
07: package search_replace.SearchTest;
08:
09: /**
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: }
|