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