]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed #1079. It appears that no-one in R&D knows any reason for NULL_ITEM_ID. It...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 2 Nov 2007 15:37:59 +0000 (15:37 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 2 Nov 2007 15:37:59 +0000 (15:37 +0000)
svn changeset:2704/svn branch:trunk

src/com/itmill/toolkit/data/Container.java

index 8c54a4e51402e32cf035063d6fe1215def4bafa7..5d2ff27b57bb01d26fd965ccb057546a7589f598 100644 (file)
@@ -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, <code>null</code> is returned.