1 /*2 * testFindSelection.java3 *4 * Created on January 17, 2005, 4:23 PM5 */6 7 package search_replace.SearchTest;8 9 /**10 *11 * @author rs15516112 */13 public class testFindSelectionWithoutDialog {14 15 /** Creates a new instance of testFindSelection */16 public testFindSelectionWithoutDialog() {17 /**18 * testWord19 * testWord20 * testWord21 * testWord22 * testWord23 * testWord24 * testWord25 * testWord26 */27 } 28 }29