Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 20f89f0

Browse files
author
Caitlin Bales (MSFT)
authored
Merge pull request #68 from microsoftgraph/android-enum-bugfix
Don't prepend reserved enums with msgraph
2 parents 691643d + 2303511 commit 20f89f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphsdk/src/main/java/com/microsoft/graph/extensions/Sensitivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public enum Sensitivity
3131
/**
3232
* private
3333
*/
34-
msgraph_private,
34+
PRIVATE,
3535
/**
3636
* confidential
3737
*/

0 commit comments

Comments
 (0)