Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 15, 2016
2 parents 9848b2d + 75ad9be commit 6312242
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -27,6 +27,7 @@ public enum RFailedOperationType implements SchemaEnum<FailedOperationTypeType>

DELETE(FailedOperationTypeType.DELETE),
ADD(FailedOperationTypeType.ADD),
GET(FailedOperationTypeType.GET),
MODIFY(FailedOperationTypeType.MODIFY);

private FailedOperationTypeType operation;
Expand Down

0 comments on commit 6312242

Please sign in to comment.