You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/10/10 11:07:34 UTC

svn commit: r1764057 - /ofbiz/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductServices.java

Author: jleroux
Date: Mon Oct 10 11:07:34 2016
New Revision: 1764057

URL: http://svn.apache.org/viewvc?rev=1764057&view=rev
Log:
No functional change. This has never been implemented, better to remove it as 
mentioned on dev ML few days ago

Modified:
    ofbiz/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductServices.java

Modified: ofbiz/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductServices.java?rev=1764057&r1=1764056&r2=1764057&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductServices.java (original)
+++ ofbiz/trunk/applications/product/src/main/java/org/apache/ofbiz/product/product/ProductServices.java Mon Oct 10 11:07:34 2016
@@ -133,16 +133,6 @@ public class ProductServices {
     }
 
     /**
-     * Finds product variants based on a product ID and a distinct feature.
-     */
-    public static Map<String, Object> prodFindDistinctVariants(DispatchContext dctx, Map<String, ? extends Object> context) {
-        // * String productId      -- Parent (virtual) product ID
-        // * String feature        -- Distinct feature name
-        //TODO This service has not yet been implemented.
-        return ServiceUtil.returnFailure();
-    }
-
-    /**
      * Finds a Set of feature types in sequence.
      */
     public static Map<String, Object> prodFindFeatureTypes(DispatchContext dctx, Map<String, ? extends Object> context) {