]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed unnecessary window caption change.
authorMarc Englund <marc.englund@itmill.com>
Fri, 10 Oct 2008 06:22:59 +0000 (06:22 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 10 Oct 2008 06:22:59 +0000 (06:22 +0000)
svn changeset:5621/svn branch:trunk

src/com/itmill/toolkit/demo/featurebrowser/NotificationExample.java

index 925474f1f549963e1cd804a931ec0829763f6be8..e2677b4e180bc601d9f504b3d0df3922d63c60e4 100644 (file)
@@ -4,8 +4,6 @@
 
 package com.itmill.toolkit.demo.featurebrowser;
 
-import java.util.Date;
-
 import com.itmill.toolkit.data.Item;
 import com.itmill.toolkit.ui.AbstractSelect;
 import com.itmill.toolkit.ui.Button;
@@ -86,7 +84,6 @@ public class NotificationExample extends CustomComponent {
                 getWindow().showNotification((String) caption.getValue(),
                         (String) message.getValue(),
                         ((Integer) type.getValue()).intValue());
-                getWindow().setCaption(new Date().toString());
             }
         });
         main.addComponent(b);