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