You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/10/27 18:43:22 UTC

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

Author: bommel
Date: Fri Oct 27 09:43:21 2006
New Revision: 468450

URL: http://svn.apache.org/viewvc?view=rev&rev=468450
Log:
cleanup of column description

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

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java?view=diff&rev=468450&r1=468449&r2=468450
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/ColumnTagDeclaration.java Fri Oct 27 09:43:21 2006
@@ -48,8 +48,7 @@
   /**
    * Flag indicating whether or not this column is sortable.
    * To make a column sortable the data of the sheet must be one of
-   * <code>java.util.List</code>, <code>Object[]</code> or instance of
-   * <code>org.apache.myfaces.tobago.model.SortableByApplication</code>.
+   * <code>java.util.List</code> or <code>Object[]</code>.
    */
   @TagAttribute
   @UIComponentTagAttribute(type = { "java.lang.Boolean" },