Author: ashish
Date: Thu Oct 30 13:20:36 2014
New Revision: 1635489
URL:
http://svn.apache.org/r1635489Log:
Removing unused import statements, I forgot to remove it in commit revision r1632760. Thanks Gil for your message on Dev list.
Modified:
ofbiz/branches/release13.07/applications/product/src/org/ofbiz/product/category/CategoryServices.java
Modified: ofbiz/branches/release13.07/applications/product/src/org/ofbiz/product/category/CategoryServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/src/org/ofbiz/product/category/CategoryServices.java?rev=1635489&r1=1635488&r2=1635489&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/product/src/org/ofbiz/product/category/CategoryServices.java (original)
+++ ofbiz/branches/release13.07/applications/product/src/org/ofbiz/product/category/CategoryServices.java Thu Oct 30 13:20:36 2014
@@ -21,9 +21,7 @@ package org.ofbiz.product.category;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.io.Writer;
-import java.math.BigDecimal;
import java.sql.Timestamp;
-import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.Map;
@@ -51,12 +49,10 @@ import org.ofbiz.entity.condition.Entity
import org.ofbiz.entity.model.ModelEntity;
import org.ofbiz.entity.util.EntityFindOptions;
import org.ofbiz.entity.util.EntityListIterator;
-import org.ofbiz.entity.util.EntityTypeUtil;
import org.ofbiz.entity.util.EntityUtil;
import org.ofbiz.product.catalog.CatalogWorker;
import org.ofbiz.product.product.ProductWorker;
import org.ofbiz.service.DispatchContext;
-import org.ofbiz.service.GenericServiceException;
import org.ofbiz.service.LocalDispatcher;
import org.ofbiz.service.ServiceUtil;