Fixed various compilation warnings
[pithos] / web_client / src / gr / grnet / pithos / web / client / FilesPropertiesDialog.java
index 4d124e9..efda620 100644 (file)
@@ -61,8 +61,6 @@ public class FilesPropertiesDialog extends AbstractPropertiesDialog {
 \r
        private final List<File> files;\r
 \r
-       private Boolean initialVersioned;\r
-\r
        /**\r
         * The widget's constructor.\r
         *\r
@@ -115,7 +113,7 @@ public class FilesPropertiesDialog extends AbstractPropertiesDialog {
                // when the button is clicked.\r
                final Button ok = new Button("OK", new ClickHandler() {\r
                        @Override\r
-                       public void onClick(ClickEvent event) {\r
+                       public void onClick(@SuppressWarnings("unused") ClickEvent event) {\r
                                accept();\r
                                closeDialog();\r
                        }\r
@@ -126,7 +124,7 @@ public class FilesPropertiesDialog extends AbstractPropertiesDialog {
                // dialog when the button is clicked.\r
                final Button cancel = new Button("Cancel", new ClickHandler() {\r
                        @Override\r
-                       public void onClick(ClickEvent event) {\r
+                       public void onClick(@SuppressWarnings("unused") ClickEvent event) {\r
                                closeDialog();\r
                        }\r
                });\r