Skip to content

Commit

Permalink
Merge pull request #203 from mziccard/fix-storage-rpc-option-value
Browse files Browse the repository at this point in the history
Fix GENERATION(_NOT)_MATCH values in StorageRpc.Option
  • Loading branch information
aozarov committed Oct 2, 2015
2 parents f004c1f + 30b9a54 commit cfc09e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ enum Option {
PREDEFINED_DEFAULT_OBJECT_ACL("predefinedDefaultObjectAcl"),
IF_METAGENERATION_MATCH("ifMetagenerationMatch"),
IF_METAGENERATION_NOT_MATCH("ifMetagenerationNotMatch"),
IF_GENERATION_NOT_MATCH("ifGenerationMatch"),
IF_GENERATION_MATCH("ifGenerationNotMatch"),
IF_GENERATION_MATCH("ifGenerationMatch"),
IF_GENERATION_NOT_MATCH("ifGenerationNotMatch"),
IF_SOURCE_METAGENERATION_MATCH("ifSourceMetagenerationMatch"),
IF_SOURCE_METAGENERATION_NOT_MATCH("ifSourceMetagenerationNotMatch"),
IF_SOURCE_GENERATION_MATCH("ifSourceGenerationMatch"),
Expand Down

0 comments on commit cfc09e4

Please sign in to comment.