Skip to content

Commit

Permalink
address code review feedback for returning ETag for create*Blob and
Browse files Browse the repository at this point in the history
copyBlob.
  • Loading branch information
Albert Cheng committed Jul 30, 2012
1 parent 1b76225 commit b18bd32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class CopyBlobResult {
* Gets the ETag of the blob.
*
* @return
* A {@link String} containing the server-assigned ETag value for the snapshot.
* A {@link String} containing the server-assigned ETag value for the copy blob.
*/
public String getEtag() {
return etag;
Expand Down Expand Up @@ -72,7 +72,7 @@ public Date getLastModified() {
* the server.
*
* @param lastModified
* A {@link java.util.Date} containing the last modified time of the snapshot.
* A {@link java.util.Date} containing the last modified time of the blob.
*/
public void setLastModified(Date lastModified) {
this.lastModified = lastModified;
Expand Down

0 comments on commit b18bd32

Please sign in to comment.