Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Dec 17, 2018
2 parents e55ef0a + 9ca0fc1 commit 20bd3ac
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 20bd3ac

Please sign in to comment.