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