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/08/16 19:39:03 UTC

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

Author: tvolkert
Date: Sun Aug 16 17:39:02 2009
New Revision: 804729

URL: http://svn.apache.org/viewvc?rev=804729&view=rev
Log:
Last removal of author tag

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=804729&r1=804728&r2=804729&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 Sun Aug 16 17:39:02 2009
@@ -431,8 +431,6 @@
 
     /**
      * Table row editor interface.
-     *
-     * gbrown
      */
     public interface RowEditor extends Editor {
         /**