From 997b2b639accafb885c63668e7097d325dfde8e2 Mon Sep 17 00:00:00 2001 From: suraj dhamecha Date: Thu, 9 Jul 2020 11:32:00 +0530 Subject: [PATCH] feat: update javadoc --- .../cloud/storage/contrib/nio/CloudStorageFileSystem.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystem.java b/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystem.java index 444d44fd..496a5181 100644 --- a/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystem.java +++ b/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystem.java @@ -137,8 +137,8 @@ public static CloudStorageFileSystem forBucket(String bucket) { /** * Creates new file system instance for {@code bucket}, with existing provider and configuration. * - * @param bucketName the name of the bucket to initialize CloudStorageFileSystem Object. - * @return CloudStorageFileSystem Object with existing provider and config. + * @param bucketName name of the bucket to initialize {@code CloudStorageFileSystem} object + * @return {@code CloudStorageFileSystem} object with existing provider and config * @see #forBucket(String) */ private static CloudStorageFileSystem getExistingCloudStorageConfiguration(String bucketName) {