Skip to content

Commit d3e30e7

Browse files
committed
useV2
Signed-off-by: alperozturk <[email protected]>
1 parent c938326 commit d3e30e7

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/com/owncloud/android/lib/resources/shares/attributes

1 file changed

+1
-1
lines changed

library/src/main/java/com/owncloud/android/lib/resources/shares/attributes/ShareAttributes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package com.owncloud.android.lib.resources.shares.attributes
1111
open class ShareAttributes(
1212
open val scope: String,
1313
open val key: String,
14-
open val abstractValue: Boolean
14+
open var abstractValue: Boolean
1515
) {
1616
companion object {
1717
const val DOWNLOAD_ATTRIBUTE_KEY = "download"

0 commit comments

Comments
 (0)