File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
examples/java/io/nats/examples
main/java/io/nats/client/impl
test/java/io/nats/client/impl Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2015- 2018 The NATS Authors
1+ // Copyright 2018 The NATS Authors
22// Licensed under the Apache License, Version 2.0 (the "License");
33// you may not use this file except in compliance with the License.
44// You may obtain a copy of the License at:
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class NatsDispatch {
2727 static final String usageString =
2828 "\n Usage: java NatsDispatch [server] <subject> <msgCount>\n "
2929 + "\n Use tls:// or opentls:// to require tls, via the Default SSLContext\n "
30- + "\n Set the environment variable NATS_NKEY to use challenge resposne authentication by setting a file containing your private key.\n "
30+ + "\n Set the environment variable NATS_NKEY to use challenge response authentication by setting a file containing your private key.\n "
3131 + "\n Set the environment variable NATS_CREDS to use JWT/NKey authentication by setting a file containing your user creds.\n "
3232 + "\n Use the URL for user/pass/token authentication.\n " ;
3333
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class NatsPub {
2525 static final String usageString =
2626 "\n Usage: java NatsPub [server] <subject> <text message>\n "
2727 + "\n Use tls:// or opentls:// to require tls, via the Default SSLContext\n "
28- + "\n Set the environment variable NATS_NKEY to use challenge resposne authentication by setting a file containing your private key.\n "
28+ + "\n Set the environment variable NATS_NKEY to use challenge response authentication by setting a file containing your private key.\n "
2929 + "\n Set the environment variable NATS_CREDS to use JWT/NKey authentication by setting a file containing your user creds.\n "
3030 + "\n Use the URL for user/pass/token authentication.\n " ;
3131
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class NatsQSub {
2727 static final String usageString =
2828 "\n Usage: java NatsQSub [server] <subject> <queue> <msgCount>\n "
2929 + "\n Use tls:// or opentls:// to require tls, via the Default SSLContext\n "
30- + "\n Set the environment variable NATS_NKEY to use challenge resposne authentication by setting a file containing your private key.\n "
30+ + "\n Set the environment variable NATS_NKEY to use challenge response authentication by setting a file containing your private key.\n "
3131 + "\n Set the environment variable NATS_CREDS to use JWT/NKey authentication by setting a file containing your user creds.\n "
3232 + "\n Use the URL for user/pass/token authentication.\n " ;
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class NatsReply {
2727 static final String usageString =
2828 "\n Usage: java NatsReply [server] <subject> <msgCount>\n "
2929 + "\n Use tls:// or opentls:// to require tls, via the Default SSLContext\n "
30- + "\n Set the environment variable NATS_NKEY to use challenge resposne authentication by setting a file containing your private key.\n "
30+ + "\n Set the environment variable NATS_NKEY to use challenge response authentication by setting a file containing your private key.\n "
3131 + "\n Set the environment variable NATS_CREDS to use JWT/NKey authentication by setting a file containing your user creds.\n "
3232 + "\n Use the URL for user/pass/token authentication.\n " ;
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class NatsReq {
2727 static final String usageString =
2828 "\n Usage: java NatsReq [server] <subject> <text message>\n "
2929 + "\n Use tls:// or opentls:// to require tls, via the Default SSLContext\n "
30- + "\n Set the environment variable NATS_NKEY to use challenge resposne authentication by setting a file containing your private key.\n "
30+ + "\n Set the environment variable NATS_NKEY to use challenge response authentication by setting a file containing your private key.\n "
3131 + "\n Set the environment variable NATS_CREDS to use JWT/NKey authentication by setting a file containing your user creds.\n "
3232 + "\n Use the URL for user/pass/token authentication.\n " ;
3333
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class NatsSub {
2727 static final String usageString =
2828 "\n Usage: java NatsSub [server] <subject> <msgCount>\n "
2929 + "\n Use tls:// or opentls:// to require tls, via the Default SSLContext\n "
30- + "\n Set the environment variable NATS_NKEY to use challenge resposne authentication by setting a file containing your private key.\n "
30+ + "\n Set the environment variable NATS_NKEY to use challenge response authentication by setting a file containing your private key.\n "
3131 + "\n Set the environment variable NATS_CREDS to use JWT/NKey authentication by setting a file containing your user creds.\n "
3232 + "\n Use the URL for user/pass/token authentication.\n " ;
3333
Original file line number Diff line number Diff line change 1- // Copyright 2015- 2018 The NATS Authors
1+ // Copyright 2018 The NATS Authors
22// Licensed under the Apache License, Version 2.0 (the "License");
33// you may not use this file except in compliance with the License.
44// You may obtain a copy of the License at:
Original file line number Diff line number Diff line change 1- // Copyright 2015- 2018 The NATS Authors
1+ // Copyright 2018 The NATS Authors
22// Licensed under the Apache License, Version 2.0 (the "License");
33// you may not use this file except in compliance with the License.
44// You may obtain a copy of the License at:
You can’t perform that action at this time.
0 commit comments