]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed warning
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 7 Feb 2007 18:59:48 +0000 (18:59 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 7 Feb 2007 18:59:48 +0000 (18:59 +0000)
svn changeset:547/svn branch:toolkit

src/com/itmill/toolkit/demo/features/FeatureTable.java

index 0fe328966030bc078b1f8650e5f58a08949f82f2..24e0dc99234e45cc7936a430f461b5d9ead52d93 100644 (file)
@@ -84,7 +84,7 @@ public class FeatureTable extends Feature implements Action.Handler {
 
                // Add random rows to table
                for (int j = 0; j < 300; j++) {
-                       Object id = t
+                       t
                                        .addItem(
                                                        new Object[] {
                                                                        firstnames[(int) (Math.random() * (firstnames.length - 1))],