Author: jleroux
Date: Thu Jun  1 09:17:19 2017
New Revision: 1797169

URL: http://svn.apache.org/viewvc?rev=1797169&view=rev
Log:
No functional change, removes not referenced empty services implementations

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductUtilServices.java

Modified: 
ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductUtilServices.java
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductUtilServices.java?rev=1797169&r1=1797168&r2=1797169&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductUtilServices.java
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductUtilServices.java
 Thu Jun  1 09:17:19 2017
@@ -742,13 +742,5 @@ public final class ProductUtilServices {
             }
         }
     }
-
-    public static Map<String, Object> 
removeAllFeatureGroupsForCategory(DispatchContext dctx, Map<String, ? extends 
Object> context) {
-        return ServiceUtil.returnSuccess();
-    }
-
-    public static void getFeatureGroupsForCategory(String productCategoryId, 
Set<String> productFeatureGroupIdsToRemove, Delegator delegator, boolean 
doSubCategories, Timestamp nowTimestamp) throws GenericEntityException {
-
-    }
 }
 


Reply via email to