Thanks adrian for this correction. I will bring more attention on the javadoc coherence the next time !

Nicolas

Le 24/06/2015 00:02, adri...@apache.org a écrit :
Author: adrianc
Date: Tue Jun 23 22:02:33 2015
New Revision: 1687141

URL: http://svn.apache.org/r1687141
Log:
JavaDoc fixes, no functional change.

Modified:
     ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java

Modified: 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java?rev=1687141&r1=1687140&r2=1687141&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java 
(original)
+++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java 
Tue Jun 23 22:02:33 2015
@@ -2105,7 +2105,7 @@ public class ModelFormField {
      }
/**
-     * Models the <form> element.
+     * Models the <include-form> element.
       *
       * @see <code>widget-form.xsd</code>
       */
@@ -2184,9 +2184,9 @@ public class ModelFormField {
      }
/**
-     * Models the &lt;grid&gt; element.
+     * Models the &lt;include-grid&gt; element.
       *
-     * @see <code>widget-grid.xsd</code>
+     * @see <code>widget-form.xsd</code>
       */
      public static class GridField extends FieldInfo {
          private final FlexibleStringExpander gridName;
@@ -3113,7 +3113,7 @@ public class ModelFormField {
      }
/**
-     * Models the &lt;menu&gt; element.
+     * Models the &lt;include-menu&gt; element.
       *
       * @see <code>widget-form.xsd</code>
       */
@@ -3391,9 +3391,9 @@ public class ModelFormField {
      }
/**
-     * Models the &lt;grid&gt; element.
+     * Models the &lt;include-screen&gt; element.
       *
-     * @see <code>widget-grid.xsd</code>
+     * @see <code>widget-form.xsd</code>
       */
      public static class ScreenField extends FieldInfo {
          private final FlexibleStringExpander screenName;



Reply via email to