Author: lektran
Date: Wed May 5 00:46:45 2010
New Revision: 941126
URL:
http://svn.apache.org/viewvc?rev=941126&view=revLog:
Replace the copy/paste class description with a description I found in an old commit log
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java
Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java?rev=941126&r1=941125&r2=941126&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java (original)
+++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java Wed May 5 00:46:45 2010
@@ -46,9 +46,11 @@ import freemarker.template.TransformCont
//import com.clarkware.profiler.Profiler;
/**
- * MenuWrapTransform - Freemarker Transform for URLs (links)
+ * MenuWrapTransform - a FreeMarker transform that allow the ModelMenu
+ * stuff to be used at the FM level. It can be used to add "function bars"
+ * to pages.
*
- * This is an interactive FreeMarker tranform that allows the user to modify the contents that are placed within it.
+ * This is an interactive FreeMarker transform that allows the user to modify the contents that are placed within it.
*/
public class MenuWrapTransform implements TemplateTransformModel {