Skip to content

Commit 802691e

Browse files
committed
Fixed run note
1 parent 0d1a010 commit 802691e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/nats/vertx/examples/VertxNoResponders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
* INSTRUCTIONS TO BUILD AND RUN
3232
* 1. gradlew clean compileJava copyToLib
33-
* 2. java -cp "build/libs/*;build/classes/java/main" io.nats.client.VertxNoResponders
33+
* 2. java -cp "build/libs/*;build/classes/java/main" io.nats.client.examples.VertxNoResponders
3434
*/
3535
public class VertxNoResponders {
3636

0 commit comments

Comments
 (0)