You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2005/12/07 21:36:48 UTC

svn commit: r354847 - in /beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags: IHtmlCore.java html/HtmlBaseTag.java tree/TreeElement.java

Author: crogers
Date: Wed Dec  7 12:36:40 2005
New Revision: 354847

URL: http://svn.apache.org/viewcvs?rev=354847&view=rev
Log:
Fixed some JavaDoc.


Modified:
    beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/IHtmlCore.java
    beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
    beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeElement.java

Modified: beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/IHtmlCore.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/IHtmlCore.java?rev=354847&r1=354846&r2=354847&view=diff
==============================================================================
--- beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/IHtmlCore.java (original)
+++ beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/IHtmlCore.java Wed Dec  7 12:36:40 2005
@@ -30,7 +30,7 @@
 
     /**
      * Return the ID of the tag.  The id may be rewritten by the container (such
-     * as a portal) to make sure it is unique.  JavaScript my lookup the actual id
+     * as a portal) to make sure it is unique.  JavaScript may lookup the actual id
      * of the element by looking it up in the <code>netui_names</code> table written
      * into the HTML.
      * @return the tagId.

Modified: beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java?rev=354847&r1=354846&r2=354847&view=diff
==============================================================================
--- beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java (original)
+++ beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java Wed Dec  7 12:36:40 2005
@@ -140,7 +140,7 @@
 
     /**
      * Return the ID of the tag.  The id may be rewritten by the container (such
-     * as a portal) to make sure it is unique.  JavaScript my lookup the actual id
+     * as a portal) to make sure it is unique.  JavaScript may lookup the actual id
      * of the element by looking it up in the <code>netui_names</code> table written
      * into the HTML.
      * @return the tagId.

Modified: beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeElement.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeElement.java?rev=354847&r1=354846&r2=354847&view=diff
==============================================================================
--- beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeElement.java (original)
+++ beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeElement.java Wed Dec  7 12:36:40 2005
@@ -214,7 +214,7 @@
 
     /**
      * Return the ID of the tag.  The id may be rewritten by the container (such
-     * as a portal) to make sure it is unique.  JavaScript my lookup the actual id
+     * as a portal) to make sure it is unique.  JavaScript may lookup the actual id
      * of the element by looking it up in the <code>netui_names</code> table written
      * into the HTML.
      * @return the tagId.