diff options
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/SelectExample.java')
-rw-r--r-- | src/com/vaadin/demo/featurebrowser/SelectExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/SelectExample.java b/src/com/vaadin/demo/featurebrowser/SelectExample.java index 44a5343784..38183a946b 100644 --- a/src/com/vaadin/demo/featurebrowser/SelectExample.java +++ b/src/com/vaadin/demo/featurebrowser/SelectExample.java @@ -22,6 +22,7 @@ import com.vaadin.ui.VerticalLayout; *
* @author IT Mill Ltd.
*/
+@SuppressWarnings("serial")
public class SelectExample extends CustomComponent {
// listener that shows a value change notification
|