]> source.dussan.org Git - vaadin-framework.git/commitdiff
#2643 suppress deprecated GWT API warnings in demos
authorHenri Sara <henri.sara@itmill.com>
Tue, 26 May 2009 06:50:55 +0000 (06:50 +0000)
committerHenri Sara <henri.sara@itmill.com>
Tue, 26 May 2009 06:50:55 +0000 (06:50 +0000)
svn changeset:8005/svn branch:6.0

src/com/vaadin/demo/colorpicker/gwt/client/ui/GwtColorPicker.java
src/com/vaadin/demo/sampler/gwt/client/ui/VActiveLink.java

index fc37e6971a18d925f306e29336e9937b6da985fc..83c74d4fe4320a20c7e476b2989abd39b1f831f9 100644 (file)
@@ -17,6 +17,7 @@ import com.google.gwt.user.client.ui.Widget;
 /**
  * A regular GWT component without integration with Vaadin.
  */
+@SuppressWarnings("deprecation")
 public class GwtColorPicker extends Composite implements ClickListener {
 
     /** Currently selected color name to give client-side feedback to the user. */
index a95db45e0877303cc0bc4098f7fc7cd9e7bfdb7f..a15908ff1e240da4c638d7d4595bef579a842bf9 100644 (file)
@@ -8,6 +8,7 @@ import com.vaadin.terminal.gwt.client.ApplicationConnection;
 import com.vaadin.terminal.gwt.client.UIDL;
 import com.vaadin.terminal.gwt.client.ui.VLink;
 
+@SuppressWarnings("deprecation")
 public class VActiveLink extends VLink {
 
     String id;