From: Joonas Lehtinen Date: Fri, 2 Nov 2007 15:37:59 +0000 (+0000) Subject: Fixed #1079. It appears that no-one in R&D knows any reason for NULL_ITEM_ID. It... X-Git-Tag: 6.7.0.beta1~5676 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=72d38135026bff8835aef94e5f3cb1d7a6b8589f;p=vaadin-framework.git Fixed #1079. It appears that no-one in R&D knows any reason for NULL_ITEM_ID. It seems that the API was created already in 2002 (by me).This should be removed. svn changeset:2704/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/data/Container.java b/src/com/itmill/toolkit/data/Container.java index 8c54a4e514..5d2ff27b57 100644 --- a/src/com/itmill/toolkit/data/Container.java +++ b/src/com/itmill/toolkit/data/Container.java @@ -75,8 +75,6 @@ import java.util.Collection; */ public interface Container { - public final static Object NULL_ITEM_ID = new Object(); - /** * Gets the Item with the given Item ID from the Container. If the Container * does not contain the requested Item, null is returned.