01: /*
02: * testReplaceSelectionRepeated.java
03: *
04: * Created on January 26, 2005, 11:38 AM
05: */
06:
07: package search_replace.ReplaceTest;
08:
09: /**
10: *
11: * @author rs155161
12: */
13: public class testReplaceSelectionRepeated {
14:
15: /** Creates a new instance of testReplaceSelectionRepeated */
16: public testReplaceSelectionRepeated() {
17: }
18:
19: }
|