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