Author: mbrohl
Date: Sat Jun 18 09:12:19 2016
New Revision: 1748940

URL: http://svn.apache.org/viewvc?rev=1748940&view=rev
Log:
Manually applied patch for OFBIZ-7400: Humanres : Remove unused imports from 
groovy files for code optimization.

Thanks Ankit Joshi for providing the patch.

Modified:
    
ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy

Modified: 
ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy?rev=1748940&r1=1748939&r2=1748940&view=diff
==============================================================================
--- 
ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy
 (original)
+++ 
ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy
 Sat Jun 18 09:12:19 2016
@@ -21,13 +21,7 @@
  * This script is also referenced by the ecommerce's screens and
  * should not contain order component's specific code.
  */
-import org.ofbiz.entity.util.EntityUtil;
-import org.ofbiz.base.util.*;
 import org.ofbiz.party.party.PartyHelper;
-import org.ofbiz.product.catalog.*;
-import org.ofbiz.product.category.*;
-import org.ofbiz.entity.*;
-import java.util.List;
 
 // Put the result of CategoryWorker.getRelatedCategories into the 
separateRootType function as attribute.
 // The separateRootType function will return the list of category of given 
catalog.


Reply via email to