Skip to content

Commit 03afeb8

Browse files
Fix version number in README
1 parent 7eeb90b commit 03afeb8

File tree

1 file changed

+2
-2
lines changed
  • gcloud-java-contrib/gcloud-java-nio-examples

1 file changed

+2
-2
lines changed

gcloud-java-contrib/gcloud-java-nio-examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ To run this example:
2222
4. 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
3333
The sample doesn't have anything about GCS in it. It gets that ability from the nio jar that

0 commit comments

Comments
 (0)