Skip to content

Commit 89a5dab

Browse files
committed
Merge pull request #25 from wjobin/permission_all
Fix PermissionMode All
2 parents 9d0d98c + 9cd0e0c commit 89a5dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/microsoft/azure/documentdb/PermissionMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public enum PermissionMode
1313
/**
1414
* Permission applicable for all operations.
1515
*/
16-
Create(0x2);
16+
All(0x2);
1717

1818
private int value;
1919

0 commit comments

Comments
 (0)