KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > search_replace > SearchTest > testSmartCaseReverse


1 /*
2  * testSmartCaseReverse.java
3  *
4  * Created on January 11, 2005, 1:43 PM
5  */

6
7 package search_replace.SearchTest;
8
9 /**
10  *
11  * @author rs155161
12  */

13 public class testSmartCaseReverse {
14     
15     /** Creates a new instance of testSmartCaseReverse */
16     public testSmartCaseReverse() {
17         String JavaDoc smarttest = "";
18         String JavaDoc Smarttest = "";
19     }
20     
21 }
22
Popular Tags