[jsword-svn] common/java/core/org/crosswire/common/xml s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Jun 5 17:17:39 MST 2005
Update of /cvs/jsword/common/java/core/org/crosswire/common/xml
In directory www.crosswire.org:/tmp/cvs-serv5749/java/core/org/crosswire/common/xml
Modified Files:
XMLUtil.java
Log Message:
Optimized the KeySidebar.
Cleaned up some checkstyle reports.
Index: XMLUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/XMLUtil.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** XMLUtil.java 25 May 2005 01:12:31 -0000 1.14
--- XMLUtil.java 6 Jun 2005 00:17:37 -0000 1.15
***************
*** 158,162 ****
break;
}
!
// Skip references of the kind &#ddd;
if (validCharacterEntityPattern.matcher(working.substring(amp)).find())
--- 158,162 ----
break;
}
!
// Skip references of the kind &#ddd;
if (validCharacterEntityPattern.matcher(working.substring(amp)).find())
More information about the jsword-svn
mailing list