Author: mridulpathak
Date: Sat Oct 15 13:00:53 2016
New Revision: 1765054
URL:
http://svn.apache.org/viewvc?rev=1765054&view=revLog:
Improved: Removed unused imports from groovy files in example component.
(OFBIZ-8483)
Thanks: Gopal Yadav for contribution.
Modified:
ofbiz/trunk/specialpurpose/example/groovyScripts/FindExampleFeatures.groovy
Modified: ofbiz/trunk/specialpurpose/example/groovyScripts/FindExampleFeatures.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/groovyScripts/FindExampleFeatures.groovy?rev=1765054&r1=1765053&r2=1765054&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/example/groovyScripts/FindExampleFeatures.groovy (original)
+++ ofbiz/trunk/specialpurpose/example/groovyScripts/FindExampleFeatures.groovy Sat Oct 15 13:00:53 2016
@@ -17,10 +17,7 @@
* under the License.
*/
-import java.util.TreeSet;
import org.apache.ofbiz.entity.condition.EntityCondition;
-import org.apache.ofbiz.entity.condition.EntityConditionList;
-import org.apache.ofbiz.entity.condition.EntityExpr;
import org.apache.ofbiz.entity.condition.EntityFieldValue;
import org.apache.ofbiz.entity.condition.EntityFunction;
import org.apache.ofbiz.entity.condition.EntityOperator;