[jsword-svn]
jsword/java/jsword/org/crosswire/jsword/book/filter/osis s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Mar 6 11:13:30 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/osis
In directory www.crosswire.org:/tmp/cvs-serv24431/java/jsword/org/crosswire/jsword/book/filter/osis
Modified Files:
OSISFilter.java
Log Message:
Fixed up DataPolice a bit more.
Index: OSISFilter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/osis/OSISFilter.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** OSISFilter.java 5 Mar 2005 22:08:06 -0000 1.12
--- OSISFilter.java 6 Mar 2005 18:13:28 -0000 1.13
***************
*** 70,74 ****
catch (Exception ex2)
{
! log.warn("Could not fix it by cleaning entities", ex2); //$NON-NLS-1$
// So just try to strip out all XML looking things
--- 70,74 ----
catch (Exception ex2)
{
! log.warn("Could not fix it by cleaning entities: " + ex2.getMessage()); //$NON-NLS-1$
// So just try to strip out all XML looking things
***************
*** 81,85 ****
catch (Exception ex3)
{
! log.warn("Could not fix it by cleaning tags", ex3); //$NON-NLS-1$
try
--- 81,85 ----
catch (Exception ex3)
{
! log.warn("Could not fix it by cleaning tags: " + ex3.getMessage()); //$NON-NLS-1$
try
***************
*** 91,95 ****
catch (Exception ex4)
{
! log.warn("no way. say it ain't so!", ex4); //$NON-NLS-1$
}
}
--- 91,95 ----
catch (Exception ex4)
{
! log.warn("no way. say it ain't so! " + ex4.getMessage()); //$NON-NLS-1$
}
}
More information about the jsword-svn
mailing list