[Jreepad-CVS] jreepad/src/jreepad JreepadSearcher.java,1.2,1.3
Brought to you by:
danstowell
From: Dan S. <dan...@us...> - 2007-01-11 21:29:34
|
Update of /cvsroot/jreepad/jreepad/src/jreepad In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv329/src/jreepad Modified Files: JreepadSearcher.java Log Message: A small test to check the CVS commit notifications Index: JreepadSearcher.java =================================================================== RCS file: /cvsroot/jreepad/jreepad/src/jreepad/JreepadSearcher.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JreepadSearcher.java 19 Dec 2006 23:23:13 -0000 1.2 --- JreepadSearcher.java 11 Jan 2007 21:28:51 -0000 1.3 *************** *** 61,65 **** searchResultsVec = new Vector(); ! System.out.println("JreepadSearcher.performSearch: pathToSearchStart = " + pathToSearchStart); // recursiveSearchNode(inNodes, inArticles, root, pathToSearchStart, orNotAnd, caseSensitive, maxResults); --- 61,65 ---- searchResultsVec = new Vector(); ! // System.out.println("JreepadSearcher.performSearch: pathToSearchStart = " + pathToSearchStart); // recursiveSearchNode(inNodes, inArticles, root, pathToSearchStart, orNotAnd, caseSensitive, maxResults); |