1 /*2 * testNothingFound.java3 *4 * Created on January 11, 2005, 10:45 AM5 */6 7 package search_replace.SearchTest;8 9 /**10 *11 * @author rs15516112 */13 public class testNothingFound {14 15 /** Creates a new instance of testNothingFound */16 public testNothingFound() {17 }18 19 }20