We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ca2f3 commit f741fc0Copy full SHA for f741fc0
google-cloud-clients/google-cloud-contrib/google-cloud-nio/README.md
@@ -117,7 +117,7 @@ The simplest way to get started is with `Paths` and `Files`:
117
If you know the paths will point to Google Cloud Storage, you can also use the
118
direct formulation:
119
120
- try (CloudStorageFileSystem fs = CloudStorageFileSystem.forBucket("bucket") {
+ try (CloudStorageFileSystem fs = CloudStorageFileSystem.forBucket("bucket")) {
121
Path path = fs.getPath("lolcat.csv");
122
List<String> lines = Files.readAllLines(path, StandardCharsets.UTF_8);
123
}
0 commit comments