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:
22
22
4. Run the sample with:
23
23
24
24
```
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
26
26
```
27
27
28
28
Notice that it lists gcs, which it wouldn't if you ran it without the nio jar:
29
29
```
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
31
31
```
32
32
33
33
The 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