01: /*
02: * testWrapSearch.java
03: *
04: * Created on January 11, 2005, 5:25 PM
05: */
06:
07: package search_replace.SearchTest;
08:
09: /**
10: *
11: * @author rs155161
12: */
13: public class testWrapSearch {
14:
15: /** Creates a new instance of testWrapSearch */
16: public testWrapSearch() {
17: /*
18: * wrapWord
19: * wrapWord
20: * wrapWord
21: * wrapWord
22: */
23: }
24:
25: }
|