You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/03/19 15:37:12 UTC

svn commit: r756028 - /incubator/click/trunk/click/framework/src/org/apache/click/control/Table.java

Author: sabob
Date: Thu Mar 19 14:37:11 2009
New Revision: 756028

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

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/control/Table.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/control/Table.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Table.java?rev=756028&r1=756027&r2=756028&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/control/Table.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Table.java Thu Mar 19 14:37:11 2009
@@ -228,7 +228,7 @@
  * correct row for the specified index.
  * <p/>
  * A prerequisite for this strategy is that the <tt>total number of rows</tt>
- * must be retrieved beforehand, otherwise it won't be possible to calculate the
+ * must be available beforehand, otherwise it won't be possible to calculate the
  * {@link #getLastRow() last row} value.
  * <p/>
  * The methods {@link #getFirstRow()}, {@link #getLastRow()} and