]> source.dussan.org Git - vaadin-framework.git/commitdiff
added TODO
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 22 Sep 2010 08:25:34 +0000 (08:25 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 22 Sep 2010 08:25:34 +0000 (08:25 +0000)
svn changeset:15124/svn branch:6.4

src/com/vaadin/ui/Table.java

index 45d27dfae0d5ee3a035ba30ab4ab4922ca8f06d9..db3ee518631d676fc3780c0a85385b171828e29c 100644 (file)
@@ -452,6 +452,8 @@ public class Table extends AbstractSelect implements Action.Container,
                     "Can not set visible columns to null value");
         }
 
+        // TODO add error check that no duplicate identifiers exist
+
         // Checks that the new visible columns contains no nulls and properties
         // exist
         final Collection properties = getContainerPropertyIds();