You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2016/06/18 08:45:52 UTC

svn commit: r1748934 - /ofbiz/branches/release14.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy

Author: mbrohl
Date: Sat Jun 18 08:45:52 2016
New Revision: 1748934

URL: http://svn.apache.org/viewvc?rev=1748934&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/release14.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy

Modified: ofbiz/branches/release14.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy?rev=1748934&r1=1748933&r2=1748934&view=diff
==============================================================================
--- ofbiz/branches/release14.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy (original)
+++ ofbiz/branches/release14.12/applications/humanres/webapp/humanres/WEB-INF/actions/category/CategoryTree.groovy Sat Jun 18 08:45:52 2016
@@ -21,16 +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 javolution.util.FastMap;
-import javolution.util.FastList;
-import javolution.util.FastList.*;
-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.