[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/search/lucene s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Mar 19 19:34:46 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene
In directory www.crosswire.org:/tmp/cvs-serv8075/java/jsword/org/crosswire/jsword/book/search/lucene

Modified Files:
	LuceneIndex.java 
Log Message:
Cleaning up checkstyle warnings.

Index: LuceneIndex.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/LuceneIndex.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** LuceneIndex.java	8 Mar 2005 12:27:25 -0000	1.8
--- LuceneIndex.java	20 Mar 2005 02:34:44 -0000	1.9
***************
*** 109,113 ****
                  String finalCanonicalPath = finalPath.getCanonicalPath();
                  File tempPath = new File(finalCanonicalPath + '.' + IndexStatus.CREATING.toString());
!                 
                  // An index is created by opening an IndexWriter with the
                  // create argument set to true.
--- 109,113 ----
                  String finalCanonicalPath = finalPath.getCanonicalPath();
                  File tempPath = new File(finalCanonicalPath + '.' + IndexStatus.CREATING.toString());
! 
                  // An index is created by opening an IndexWriter with the
                  // create argument set to true.



More information about the jsword-svn mailing list