]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3020
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 24 Nov 2009 19:46:17 +0000 (19:46 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 24 Nov 2009 19:46:17 +0000 (19:46 +0000)
svn changeset:9989/svn branch:6.2

src/com/vaadin/ui/Table.java

index 99e7cec3ded2bc2558b8b1d4360f6a837271689b..eb669bc786a494fdaa53e52ea8a39deff1211e0e 100644 (file)
@@ -3187,17 +3187,6 @@ public class Table extends AbstractSelect implements Action.Container,
         }
     }
 
-    /*
-     * Override abstract fields to string method to avoid non-informative null's
-     * in debugger
-     */
-    @Override
-    public String toString() {
-        return "Table:" + getContainerPropertyIds() + ", rows "
-                + getContainerDataSource().size() + " ,value:"
-                + super.toString();
-    }
-
     /**
      * Used to create "generated columns"; columns that exist only in the Table,
      * not in the underlying Container. Implement this interface and pass it to