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 2d235005d..9068e6c14 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 @@ -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;