File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gcloud-java-contrib/gcloud-java-nio-examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ To run this example:
22224. Run the sample with:
2323
2424 ```
25- java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.1.6 -SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.1.6 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25+ java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.1 -SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.1 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
2626 ```
2727
2828 Notice that it lists gcs, which it wouldn't if you ran it without the nio jar:
2929 ```
30- java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.1.6 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
30+ java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.1 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
3131 ```
3232
3333The sample doesn't have anything about GCS in it. It gets that ability from the nio jar that
You can’t perform that action at this time.
0 commit comments