You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/10/11 14:42:01 UTC

svn commit: r703657 - /myfaces/trinidad/trunk_1.2.x/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTableTemplate.java

Author: matzew
Date: Sat Oct 11 05:42:01 2008
New Revision: 703657

URL: http://svn.apache.org/viewvc?rev=703657&view=rev
Log:
corrected error in javadoc

Modified:
    myfaces/trinidad/trunk_1.2.x/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTableTemplate.java

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTableTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTableTemplate.java?rev=703657&r1=703656&r2=703657&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTableTemplate.java (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXTableTemplate.java Sat Oct 11 05:42:01 2008
@@ -275,7 +275,7 @@
   /**
    * Gets the data for the first selected row.
    * This is useful when using EL to get at column data for the selected
-   * row when using a tableSelectOne.
+   * row when using a table with single selection.
    * @return null if there is nothing selected in the table.
    */
   public Object getSelectedRowData()