You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/10/05 18:04:37 UTC

svn commit: r821893 - /incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java

Author: tvolkert
Date: Mon Oct  5 16:04:37 2009
New Revision: 821893

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

Modified:
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java?rev=821893&r1=821892&r2=821893&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/TableView.java Mon Oct  5 16:04:37 2009
@@ -381,7 +381,7 @@
         /**
          * Prepares the renderer for layout or paint.
          *
-         * @param item
+         * @param value
          * The cell value to render, or <tt>null</tt> if called to calculate
          * preferred height for skins that assume a fixed renderer height.
          *