mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
suppress spotbugs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
58ec17a63f
commit
c2530c8cfc
2 changed files with 2 additions and 0 deletions
|
@ -1705,6 +1705,7 @@ public class FileDataStorageManager {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressFBWarnings("PSC")
|
||||
public void saveConflict(OCFile ocFile, String etagInConflict) {
|
||||
ContentValues cv = new ContentValues();
|
||||
if (!ocFile.isDown()) {
|
||||
|
|
|
@ -738,6 +738,7 @@ public class RefreshFolderOperation extends RemoteOperation {
|
|||
}
|
||||
|
||||
@NonNull
|
||||
@SuppressFBWarnings("OCP")
|
||||
public static Map<String, OCFile> prefillLocalFilesMap(Object metadata, List<OCFile> localFiles) {
|
||||
Map<String, OCFile> localFilesMap = Maps.newHashMapWithExpectedSize(localFiles.size());
|
||||
|
||||
|
|
Loading…
Reference in a new issue