Skip to content

Commit

Permalink
Remove "empty" overload of setBlobProperties
Browse files Browse the repository at this point in the history
The method is technically correct, but sort of meaningless, as the
overload with the "Options" parameters always makes more sense.

Fixes Azure#76
  • Loading branch information
Renaud Paquay committed Nov 29, 2011
1 parent 85beb88 commit a201fa3
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 a201fa3

Please sign in to comment.