You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/08 23:32:51 UTC

svn commit: r1068644 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/sql/SQLUtil.java

Author: mrisaliti
Date: Tue Feb  8 22:32:51 2011
New Revision: 1068644

URL: http://svn.apache.org/viewvc?rev=1068644&view=rev
Log:
Remove unused import in SQLUtil (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/sql/SQLUtil.java

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/sql/SQLUtil.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/sql/SQLUtil.java?rev=1068644&r1=1068643&r2=1068644&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/sql/SQLUtil.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/sql/SQLUtil.java Tue Feb  8 22:32:51 2011
@@ -20,9 +20,7 @@ package org.ofbiz.entity.sql;
 
 import java.io.StringReader;
 
-import org.ofbiz.entity.condition.EntityCondition;
 import org.ofbiz.sql.OrderByItem;
-import org.ofbiz.sql.Parser;
 import org.ofbiz.sql.ParseException;
 import org.ofbiz.sql.Parser;