diff --git a/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobInfo.java b/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobInfo.java index 041d189a3..77efb763e 100644 --- a/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobInfo.java +++ b/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobInfo.java @@ -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;