From ff0cd7ecd64b569c2b569cd6d0b98a013040db73 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Tue, 24 Nov 2009 19:46:17 +0000 Subject: [PATCH] Fixes #3020 svn changeset:9989/svn branch:6.2 --- src/com/vaadin/ui/Table.java | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.39.5