You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2017/01/31 20:10:34 UTC

svn commit: r1781162 - /ofbiz/branches/release14.12/framework/base/src/org/ofbiz/base/util/StringUtil.java

Author: nmalin
Date: Tue Jan 31 20:10:34 2017
New Revision: 1781162

URL: http://svn.apache.org/viewvc?rev=1781162&view=rev
Log:
Reverted: Remove bad introduction import org.apache.commons.collections.map.LinkedMap
Sorry for the useless noise

Modified:
    ofbiz/branches/release14.12/framework/base/src/org/ofbiz/base/util/StringUtil.java

Modified: ofbiz/branches/release14.12/framework/base/src/org/ofbiz/base/util/StringUtil.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/base/src/org/ofbiz/base/util/StringUtil.java?rev=1781162&r1=1781161&r2=1781162&view=diff
==============================================================================
--- ofbiz/branches/release14.12/framework/base/src/org/ofbiz/base/util/StringUtil.java (original)
+++ ofbiz/branches/release14.12/framework/base/src/org/ofbiz/base/util/StringUtil.java Tue Jan 31 20:10:34 2017
@@ -35,7 +35,6 @@ import java.util.regex.Pattern;
 
 import org.apache.commons.codec.DecoderException;
 import org.apache.commons.codec.binary.Hex;
-import org.apache.commons.collections.map.LinkedMap;
 import org.ofbiz.base.lang.Appender;
 
 /**