Skip to content

Commit 1f8bc0c

Browse files
Merge pull request #2116 from nextcloud/backport_fix_au
Backport fix au
2 parents cb62937 + 0849e6d commit 1f8bc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/owncloud/android/datamodel/FilesystemDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private FileSystemDataSet getFilesystemDataSet(String localPathParam, SyncedFold
209209
return dataSet;
210210
}
211211

212-
private static long getFileChecksum(String filepath) {
212+
private long getFileChecksum(String filepath) {
213213

214214
InputStream inputStream = null;
215215
try {

0 commit comments

Comments
 (0)