You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/06/28 10:34:15 UTC

svn commit: r789072 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy

Author: ashish
Date: Sun Jun 28 08:34:15 2009
New Revision: 789072

URL: http://svn.apache.org/viewvc?rev=789072&view=rev
Log:
Removed unused comment.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy

Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy?rev=789072&r1=789071&r2=789072&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/BestProducts.groovy Sun Jun 28 08:34:15 2009
@@ -17,11 +17,6 @@
  * under the License.
  */
 
-/*
- * For cases when the ApplyFeaturesFromCategory.ftl is actually supposed to get its list of ProductFeatures from a productFeatureGroupId.
- * Puts productFeatureGroup and productFeatures which are put of this group into the context.  Currently does not break out the features by view size.
- */
- 
 import org.ofbiz.base.util.UtilDateTime;
 import org.ofbiz.entity.condition.EntityCondition;
 import org.ofbiz.entity.condition.EntityOperator;