Skip to content

Commit

Permalink
Merge pull request Azure#143 from rpaquay/bug-fix-76
Browse files Browse the repository at this point in the history
Remove "empty" overload of setBlobProperties
  • Loading branch information
loudej committed Nov 29, 2011
2 parents 81d8017 + a201fa3 commit f885f17
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ GetBlobMetadataResult getBlobMetadata(String container, String blob, GetBlobMeta
ListBlobRegionsResult listBlobRegions(String container, String blob, ListBlobRegionsOptions options)
throws ServiceException;

SetBlobPropertiesResult setBlobProperties(String container, String blob) throws ServiceException;

SetBlobPropertiesResult setBlobProperties(String container, String blob, SetBlobPropertiesOptions options)
throws ServiceException;

Expand Down
Loading

0 comments on commit f885f17

Please sign in to comment.