From 6b724097ae0c5623e314aad3d0f1153658493d8d Mon Sep 17 00:00:00 2001 From: athakor Date: Thu, 6 Aug 2020 20:18:36 +0530 Subject: [PATCH] feat: update javadoc --- .../src/main/java/com/google/cloud/storage/BlobInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;