Skip to content

Commit

Permalink
Add RShadowKind.UNKNOWN value
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Dec 17, 2018
1 parent cec364f commit 68361ea
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -27,7 +27,8 @@ public enum RShadowKind implements SchemaEnum<ShadowKindType> {

ACCOUNT(ShadowKindType.ACCOUNT),
ENTITLEMENT(ShadowKindType.ENTITLEMENT),
GENERIC(ShadowKindType.GENERIC);
GENERIC(ShadowKindType.GENERIC),
UNKNOWN(ShadowKindType.UNKNOWN);

private ShadowKindType kind;

Expand Down

0 comments on commit 68361ea

Please sign in to comment.