[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/basic s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sat Mar 5 15:08:08 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/basic
In directory www.crosswire.org:/tmp/cvs-serv27571/java/jsword/org/crosswire/jsword/book/basic
Modified Files:
PassageAbstractBook.java
Log Message:
Improved error reporting when parsing modules. Specifically, I added Key as a n argument to toOSIS in Filter and its derivatives. On entry into the routine, I called DataPolice.setKey(key) and on exit, DataPolice.setKey(null)
Index: PassageAbstractBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/basic/PassageAbstractBook.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** PassageAbstractBook.java 30 Aug 2004 09:27:07 -0000 1.14
--- PassageAbstractBook.java 5 Mar 2005 22:08:06 -0000 1.15
***************
*** 84,88 ****
if (txt.length() > 0)
{
! List osisContent = getFilter().toOSIS(txt);
addOSIS(verse, div, osisContent);
--- 84,88 ----
if (txt.length() > 0)
{
! List osisContent = getFilter().toOSIS(verse, txt);
addOSIS(verse, div, osisContent);
More information about the jsword-svn
mailing list