From: Joonas Lehtinen Date: Tue, 24 Nov 2009 19:46:17 +0000 (+0000) Subject: Fixes #3020 X-Git-Tag: 6.7.0.beta1~2262 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ff0cd7ecd64b569c2b569cd6d0b98a013040db73;p=vaadin-framework.git Fixes #3020 svn changeset:9989/svn branch:6.2 --- diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java index 99e7cec3de..eb669bc786 100644 --- a/src/com/vaadin/ui/Table.java +++ b/src/com/vaadin/ui/Table.java @@ -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