Fixed equals to consider owner apart from uri
[pithos-web-client] / src / gr / grnet / pithos / web / client / PithosSelectionEventManager.java
index 3879ea7..1f6018a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 GRNET S.A. All rights reserved.
+ * Copyright 2011-2012 GRNET S.A. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or
  * without modification, are permitted provided that the following
@@ -96,7 +96,7 @@ public class PithosSelectionEventManager<T> implements
     }
 
     @Override
-       public boolean clearCurrentSelection(@SuppressWarnings("unused") CellPreviewEvent<T> event) {
+       public boolean clearCurrentSelection(CellPreviewEvent<T> event) {
       return false;
     }