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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Tue May 24 18:12:37 MST 2005


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

Modified Files:
	SentenceUtil.java 
Log Message:
Fixed a problem of character entity references causing a parsing error.

Index: SentenceUtil.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/SentenceUtil.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SentenceUtil.java	17 May 2005 00:43:16 -0000	1.4
--- SentenceUtil.java	25 May 2005 01:12:35 -0000	1.5
***************
*** 50,54 ****
       * Take a string and tokenize it using " " and "--" as delimiters
       * into an Array of Strings. There is a question mark over what to do
!      * with initial spaces. This algorithm disgards them, I'm not sure if
       * this is the right thing to do.
       * @param sentence The string to parse.
--- 50,54 ----
       * Take a string and tokenize it using " " and "--" as delimiters
       * into an Array of Strings. There is a question mark over what to do
!      * with initial spaces. This algorithm discards them, I'm not sure if
       * this is the right thing to do.
       * @param sentence The string to parse.



More information about the jsword-svn mailing list