Author: jleroux
Revision: 833725
Modified property: svn:log
Modified: svn:log at Sat Nov 7 18:15:36 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Nov 7 18:15:36 2009
@@ -1,2 +1,2 @@
-A modified patch from Bob Morley "Resolve java warnings exposed in Eclipse : framework - entityext" (
https://issues.apache.org/jira/browse/OFBIZ-3108) - OFBIZ-3108
+A modified patch from Marc Morin "Resolve java warnings exposed in Eclipse : framework - entityext" (
https://issues.apache.org/jira/browse/OFBIZ-3108) - OFBIZ-3108
I replaced 4 while loops by for loops. Doing that I removed the empty checks. So I also used a FastList in StrungUtile.split() which I also refactored a bit.