Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48f35c14 authored by David A. Velasco's avatar David A. Velasco
Browse files

Merge pull request #124 from owncloud/stable

Merge release 0.9.12 from stable to master
parents 78556203 954f69de
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -140,9 +140,10 @@ public class UpdateRemoteShareOperation extends RemoteOperation {
    /**
     * Enable upload permissions to update in Share resource.
     *
     * @param publicUpload Upload Permission to set to the target share.
     * @param publicUpload  Upload permission to set to the target share.
     *                      Null results in no update applied to the upload permission.
     */
    public void setPublicUpload(boolean publicUpload) {
    public void setPublicUpload(Boolean publicUpload) {
        mPublicUpload = publicUpload;
    }