[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/sword 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/sword
In directory www.crosswire.org:/tmp/cvs-serv27571/java/jsword/org/crosswire/jsword/book/sword
Modified Files:
SwordDictionary.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: SwordDictionary.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/sword/SwordDictionary.java,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** SwordDictionary.java 4 Mar 2005 04:04:47 -0000 1.38
--- SwordDictionary.java 5 Mar 2005 22:08:06 -0000 1.39
***************
*** 122,126 ****
String txt = backend.getRawText(key);
! List osisContent = sbmd.getFilter().toOSIS(txt);
div.addContent(osisContent);
--- 122,126 ----
String txt = backend.getRawText(key);
! List osisContent = sbmd.getFilter().toOSIS(key, txt);
div.addContent(osisContent);
More information about the jsword-svn
mailing list