From ef26a2bca16a26aed6df2f8bab37b3afc86d52cb Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 5 Oct 2010 09:19:44 +0000 Subject: [PATCH] Removed dead code svn changeset:15405/svn branch:6.5 --- src/com/vaadin/data/util/IndexedContainer.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/com/vaadin/data/util/IndexedContainer.java b/src/com/vaadin/data/util/IndexedContainer.java index 3e808f928a..f35e09a68d 100644 --- a/src/com/vaadin/data/util/IndexedContainer.java +++ b/src/com/vaadin/data/util/IndexedContainer.java @@ -1630,9 +1630,6 @@ public class IndexedContainer implements Container.Indexed, if (filters == null) { return true; } - if (item == null) { - return false; - } final Iterator i = filters.iterator(); while (i.hasNext()) { final Filter f = i.next(); -- 2.39.5