01: /*
02: * testReplaceInSelectionOnly.java
03: *
04: * Created on January 28, 2005, 2:32 PM
05: */
06:
07: package search_replace.ReplaceTest;
08:
09: /**
10: *
11: * @author rs155161
12: */
13: public class testReplaceInSelectionOnly {
14:
15: /** Creates a new instance of testReplaceInSelectionOnly */
16: public testReplaceInSelectionOnly() {
17: /**
18: * testWord
19: * testWord
20: * testWord
21: * testWord
22: * testWord
23: * testWord
24: * testWord
25: * testWord
26: * testWord
27: * testWord
28: */
29: }
30:
31: }
|