Skip to content

Commit c1f24dc

Browse files
tobiasKaminskybackportbot[bot]
authored andcommitted
fix function name
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 8c57a74 commit c1f24dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/src/main/java/com/owncloud/android/operations/SynchronizeFolderOperation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ private void prepareOpsFromLocalKnowledge() throws OperationCancelledException {
443443
private void syncContents(OwnCloudClient client) throws OperationCancelledException {
444444
startDirectDownloads();
445445
startContentSynchronizations(mFilesToSyncContents);
446-
updateEtag(client);
446+
updateETag(client);
447447
}
448448

449449
/**

0 commit comments

Comments
 (0)