Skip to content

Commit 7fb1f6c

Browse files
dmitry-fafrankyn
authored andcommitted
fix: make the getStorageClass() method public (#22)
1 parent 3cedc8f commit 7fb1f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ public String toString() {
663663
.toString();
664664
}
665665

666-
StorageClass getStorageClass() {
666+
public StorageClass getStorageClass() {
667667
return storageClass;
668668
}
669669
}

0 commit comments

Comments
 (0)