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 2010/01/13 12:23:04 UTC

svn commit: r898720 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TreeTagDeclaration.java

Author: lofwyr
Date: Wed Jan 13 11:23:03 2010
New Revision: 898720

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

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TreeTagDeclaration.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TreeTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TreeTagDeclaration.java?rev=898720&r1=898719&r2=898720&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TreeTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/TreeTagDeclaration.java Wed Jan 13 11:23:03 2010
@@ -31,9 +31,7 @@
 import org.apache.myfaces.tobago.taglib.decl.IsRequired;
 
 /**
- * Renders a tree view.
- * <p/>
- * Date: 11.02.2006 13:28:14
+ * A tree which has to variants: as menu or normal tree.
  */
 @Tag(name = "tree")
 @BodyContentDescription(anyTagOf = "<tcs:treeNode>|<tcs:treeData>")