Revert "FileListListAdapter based in CursorAdapter instead of SimpleCursorAdapter...
[pub/Android/ownCloud.git] / src / com / owncloud / android / datamodel / FileDataStorageManager.java
index 04f3271..69e1d71 100644 (file)
@@ -728,7 +728,7 @@ public class FileDataStorageManager {
 //        return c;
 //    }
 
-    public OCFile createFileInstance(Cursor c) {
+    private OCFile createFileInstance(Cursor c) {
         OCFile file = null;
         if (c != null) {
             file = new OCFile(c.getString(c