1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 00:16:09 +00:00

Improve comments

This commit is contained in:
davigonz 2017-06-16 11:43:18 +02:00
parent bcb6c2c106
commit 137a892d2e

View File

@ -195,7 +195,7 @@ public class UpdateRemoteShareOperation extends RemoteOperation {
} }
// IMPORTANT: permissions parameter needs to be updated after mPublicUpload parameter, // IMPORTANT: permissions parameter needs to be updated after mPublicUpload parameter,
// otherwise they would be set as 1 (READ) in the server when mPublicUpload was updated // otherwise they would be set always as 1 (READ) in the server when mPublicUpload was updated
if (mPermissions > 0) { if (mPermissions > 0) {
// set permissions // set permissions
parametersToUpdate.add(new Pair<>(PARAM_PERMISSIONS, Integer.toString(mPermissions))); parametersToUpdate.add(new Pair<>(PARAM_PERMISSIONS, Integer.toString(mPermissions)));