From 8381b00a2272972d2ddecf03801fe03b0e9b767c 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 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;