Skip to content

Commit

Permalink
feat: update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-qlogic committed Jul 21, 2020
1 parent c2f5ac2 commit 997b2b6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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) {
Expand Down

0 comments on commit 997b2b6

Please sign in to comment.