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) {