Skip to content

Commit

Permalink
feat: update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Sep 2, 2020
1 parent 2e9f671 commit 8381b00
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -930,8 +930,8 @@ public StorageClass getStorageClass() {
}

/**
* Returns the time at which the object's storage class was last changed. When the object is
* initially created, it will be set to timeCreated.
* Returns the time that the object's storage class was last changed or the time of the object
* creation.
*/
public Long getTimeStorageClassUpdated() {
return timeStorageClassUpdated;
Expand Down

0 comments on commit 8381b00

Please sign in to comment.