Skip to content

Commit

Permalink
Fix javadoc to not say "URI without a path"
Browse files Browse the repository at this point in the history
since now we accept paths. Instead, say that the path will be ignored.
  • Loading branch information
jean-philippe-martin committed Jan 12, 2017
1 parent 3ab73d0 commit 3460a6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ public CloudStorageFileSystem getFileSystem(URI uri) {
}

/**
* Returns Cloud Storage file system, provided a URI with no path, e.g. {@code gs://bucket}.
* Returns Cloud Storage file system, provided a URI, e.g. {@code gs://bucket}.
* The URI can include a path component (that will be ignored).
*
* @param uri bucket and current working directory, e.g. {@code gs://bucket}
* @param env map of configuration options, whose keys correspond to the method names of
Expand Down

0 comments on commit 3460a6f

Please sign in to comment.