Re: svn commit: r1687141 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1687141 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java

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

Nicolas

Le 24/06/2015 00:02, [hidden email] 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;
>
>