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 2016/06/01 16:02:41 UTC

svn commit: r1746483 - in /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component: MenuBarTagDeclaration.java MenuSeparatorTagDeclaration.java MenuTagDeclaration.java

Author: lofwyr
Date: Wed Jun  1 16:02:41 2016
New Revision: 1746483

URL: http://svn.apache.org/viewvc?rev=1746483&view=rev
Log:
doc syntax

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuSeparatorTagDeclaration.java
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuTagDeclaration.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java?rev=1746483&r1=1746482&r2=1746483&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java Wed Jun  1 16:02:41 2016
@@ -33,7 +33,7 @@ import javax.faces.component.UIPanel;
 * Add menu bar as facet name="menuBar" to page tag or use it anywhere
 * on page.
  *
- * @deprecated Menu can be build with <tc:bar> and <tc:commands>.
+ * @deprecated Menu can be build with <tc:bar> and <tc:commands>.
  */
 @Deprecated
 @Tag(name = "menuBar")

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuSeparatorTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuSeparatorTagDeclaration.java?rev=1746483&r1=1746482&r2=1746483&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuSeparatorTagDeclaration.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuSeparatorTagDeclaration.java Wed Jun  1 16:02:41 2016
@@ -31,7 +31,7 @@ import javax.faces.component.UIOutput;
 /**
  * Renders a separator inside of a menu.
  *
- * @deprecated Menu can be build with <tc:bar> and <tc:commands>.
+ * @deprecated Menu can be build with <tc:bar> and <tc:commands>.
  */
 @Deprecated
 @Tag(name = "menuSeparator")

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuTagDeclaration.java?rev=1746483&r1=1746482&r2=1746483&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuTagDeclaration.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuTagDeclaration.java Wed Jun  1 16:02:41 2016
@@ -34,7 +34,7 @@ import javax.faces.component.UIPanel;
 /**
  * Container component to hold submenus and items.
  *
- * @deprecated Menu can be build with <tc:bar> and <tc:commands>.
+ * @deprecated Menu can be build with <tc:bar> and <tc:commands>.
  */
 @Deprecated
 @Tag(name = "menu")