[jsword-svn] jsword/java/jswordtest/org/crosswire/jsword/book s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun May 1 18:29:34 MST 2005


Update of /cvs/jsword/jsword/java/jswordtest/org/crosswire/jsword/book
In directory www.crosswire.org:/tmp/cvs-serv26301/java/jswordtest/org/crosswire/jsword/book

Modified Files:
	ReadEverything.java 
Log Message:
Fixed the bug where notes were being indexed by adding getVerseText as a replacement for getPlainText. The latter is still needed for non-bibles.
Also cleaned up checkstyle reports and added/corrected javadoc.

Index: ReadEverything.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jswordtest/org/crosswire/jsword/book/ReadEverything.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** ReadEverything.java	19 Mar 2005 01:56:47 -0000	1.26
--- ReadEverything.java	2 May 2005 01:29:32 -0000	1.27
***************
*** 121,126 ****
              }
  
-             // LATER(joe): put in a test for invalid characters
- 
              // This might be a useful extra test, except that a failure gives you no help at all.
              //data.validate();
--- 121,124 ----



More information about the jsword-svn mailing list