You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2017/07/03 12:07:27 UTC

svn commit: r1800660 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeCommandTagDeclaration.java

Author: hnoeth
Date: Mon Jul  3 12:07:27 2017
New Revision: 1800660

URL: http://svn.apache.org/viewvc?rev=1800660&view=rev
Log:
set TreeCommand deprecated
* use tc:link instead

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

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeCommandTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeCommandTagDeclaration.java?rev=1800660&r1=1800659&r2=1800660&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeCommandTagDeclaration.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeCommandTagDeclaration.java Mon Jul  3 12:07:27 2017
@@ -49,6 +49,7 @@ import javax.faces.component.UICommand;
 
 /**
  * Renders a command inside of a tree.
+ * @deprecated since 4.0.0, please use tc:link
  */
 @Tag(name = "treeCommand")
 @BodyContentDescription(anyTagOf = "facestag")