You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/12/11 15:20:51 UTC

svn commit: r1420191 - in /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component: MenuItemTagDeclaration.java SheetTagDeclaration.java

Author: lofwyr
Date: Tue Dec 11 14:20:49 2012
New Revision: 1420191

URL: http://svn.apache.org/viewvc?rev=1420191&view=rev
Log:
javadoc: HTML Syntax

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuItemTagDeclaration.java
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuItemTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuItemTagDeclaration.java?rev=1420191&r1=1420190&r2=1420191&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuItemTagDeclaration.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuItemTagDeclaration.java Tue Dec 11 14:20:49 2012
@@ -27,6 +27,7 @@ import org.apache.myfaces.tobago.compone
  * Renders a menu item.
  * <p>
  * Please use menuCommand instead!
+ * </p>
  * @deprecated
  */
 @Tag(name = "menuItem", 

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java?rev=1420191&r1=1420190&r2=1420191&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java Tue Dec 11 14:20:49 2012
@@ -103,7 +103,7 @@ public interface SheetTagDeclaration 
    * only when it is needed.</li>
    * <ul>
    * <li>When the rows="0" paging is not needed, so the footer will not be rendered,</li>
-   * <li>when rows="N", N > 0 and the size of the data value is <= N paging is not needed
+   * <li>when rows="N", N &gt; 0 and the size of the data value is &lt;= N paging is not needed
    * and the footer will not be rendered,</li>
    * <li>in any other case the paging footer will be displayed.</li>
    * </ul>
@@ -126,7 +126,7 @@ public interface SheetTagDeclaration 
    * vertical toolbar when calculating column width's.<br />
    * Possible values are: <pre>
    *      'auto'  : sheet try to estimate the need of scrollbar.
-   *      'true'  : space for scroolbar is reserved.
+   *      'true'  : space for scrollbar is reserved.
    *      'false' : no space is reserved.
    *      </pre>
    */