Эх сурвалжийг харах

fix spotbugs

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 жил өмнө
parent
commit
86d1a2820f

+ 1 - 1
src/main/java/com/owncloud/android/datamodel/OCFile.java

@@ -125,7 +125,7 @@ public class OCFile implements Parcelable, Comparable<OCFile>, ServerFileInterfa
     @VisibleForTesting
     public OCFile(String path, String remoteId) {
         this(path);
-        setRemoteId(remoteId);
+        this.remoteId = remoteId;
     }
 
     /**