Skip to content

Commit

Permalink
JavaDoc fixes, no functional change.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1687141 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
adrian-crum committed Jun 23, 2015
1 parent 4c12931 commit e5d1c77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions framework/widget/src/org/ofbiz/widget/model/ModelFormField.java
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ public void renderFieldString(Appendable writer, Map<String, Object> context, Fo
}

/**
* Models the &lt;form&gt; element.
* Models the &lt;include-form&gt; element.
*
* @see <code>widget-form.xsd</code>
*/
Expand Down Expand Up @@ -2184,9 +2184,9 @@ public ModelForm getModelForm(Map<String, Object> context) {
}

/**
* 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;
Expand Down Expand Up @@ -3113,7 +3113,7 @@ public void renderFieldString(Appendable writer, Map<String, Object> context, Fo
}

/**
* Models the &lt;menu&gt; element.
* Models the &lt;include-menu&gt; element.
*
* @see <code>widget-form.xsd</code>
*/
Expand Down Expand Up @@ -3391,9 +3391,9 @@ public void renderFieldString(Appendable writer, Map<String, Object> context, Fo
}

/**
* 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;
Expand Down

0 comments on commit e5d1c77

Please sign in to comment.