diff options
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/ButtonExample.java')
-rw-r--r-- | src/com/vaadin/demo/featurebrowser/ButtonExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/ButtonExample.java b/src/com/vaadin/demo/featurebrowser/ButtonExample.java index d0e40363bf..f67d6f4c7b 100644 --- a/src/com/vaadin/demo/featurebrowser/ButtonExample.java +++ b/src/com/vaadin/demo/featurebrowser/ButtonExample.java @@ -21,6 +21,7 @@ import com.vaadin.ui.Button.ClickEvent; *
* @author IT Mill Ltd.
*/
+@SuppressWarnings("serial")
public class ButtonExample extends CustomComponent implements
Button.ClickListener {
|