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