01: /*
02: * testSmartCase.java
03: *
04: * Created on January 11, 2005, 11:56 AM
05: */
06:
07: package search_replace.SearchTest;
08:
09: /**
10: *
11: * @author rs155161
12: */
13: public class testSmartCase {
14:
15: /** Creates a new instance of testSmartCase */
16: public testSmartCase() {
17: String SmArTtEsT = "";
18: String SMARTTEST = "";
19: String smarttest = "";
20: }
21:
22: }
|