Cancel the transfers of an account when the account is deleted, part 1
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / activity / FileActivity.java
index 536800b..b36943f 100644 (file)
@@ -605,7 +605,7 @@ implements OnRemoteOperationListener, ComponentsGetter {
     @Override
     public FileUploaderBinder getFileUploaderBinder() {
         return mUploaderBinder;
-    };    
+    }
     
     
 }