You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2006/03/24 15:21:12 UTC

svn commit: r388530 - /beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/BindingUpdateErrors.java

Author: steveh
Date: Fri Mar 24 06:21:06 2006
New Revision: 388530

URL: http://svn.apache.org/viewcvs?rev=388530&view=rev
Log:
Typo in javadoc.

Modified:
    beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/BindingUpdateErrors.java

Modified: beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/BindingUpdateErrors.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/BindingUpdateErrors.java?rev=388530&r1=388529&r2=388530&view=diff
==============================================================================
--- beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/BindingUpdateErrors.java (original)
+++ beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/BindingUpdateErrors.java Fri Mar 24 06:21:06 2006
@@ -67,13 +67,13 @@
      * is set, only binding errors for that expression will be displayed.
      * Otherwise, all errors will be displayed.
      * @param expression The expression to match against.
-     * @jsptagref.attributedescription String. The data binding expression to match for binding errors.  If an data binding expression
+     * @jsptagref.attributedescription String. The data binding expression to match for binding errors.  If a data binding expression
      * is specified, only binding errors for that expression will be displayed.
      * Otherwise, all errors will be displayed.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_databinding_expression</i>
      * @netui:attribute required="false" rtexprvalue="true"
-     * description="The data binding expression to match for binding errors.  If an data binding expression
+     * description="The data binding expression to match for binding errors.  If a data binding expression
      * is specified, only binding errors for that expression will be displayed.
      * Otherwise, all errors will be displayed."
      */