Author: mbrohl
Date: Sat Jun 18 08:34:37 2016
New Revision: 1748933

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

Thanks Ankit Joshi for providing the patch.

Modified:
    ofbiz/trunk/applications/humanres/groovyScripts/category/CategoryTree.groovy

Modified: 
ofbiz/trunk/applications/humanres/groovyScripts/category/CategoryTree.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/groovyScripts/category/CategoryTree.groovy?rev=1748933&r1=1748932&r2=1748933&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/humanres/groovyScripts/category/CategoryTree.groovy 
(original)
+++ 
ofbiz/trunk/applications/humanres/groovyScripts/category/CategoryTree.groovy 
Sat Jun 18 08:34:37 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