Skip to content

Commit

Permalink
feat: update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Aug 6, 2020
1 parent 2b096fb commit 6b72409
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -895,8 +895,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 6b72409

Please sign in to comment.