Removes a static modifier that sneaked in
authorJorge Antonio Diaz-Benito Soriano <jorge.diazbenitosoriano@gmail.com>
Sat, 14 Feb 2015 14:32:40 +0000 (15:32 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Tue, 18 Aug 2015 15:39:50 +0000 (17:39 +0200)
src/com/owncloud/android/datamodel/FileDataStorageManager.java

index 10b7698..29a11c4 100644 (file)
@@ -754,7 +754,7 @@ public class FileDataStorageManager {
         }
     }
 
         }
     }
 
-    private static boolean copyFile(File src, File target) {
+    private boolean copyFile(File src, File target) {
         boolean ret = true;
 
         InputStream in = null;
         boolean ret = true;
 
         InputStream in = null;