We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa329a2 commit 43a0ddeCopy full SHA for 43a0dde
src/main/java/io/nats/client/Options.java
@@ -380,7 +380,7 @@ public class Options {
380
*/
381
public static final String PROP_TOKEN = PFX + "token";
382
/**
383
- * Property used to configure the token supplier from a Properties object. {@value}, see {@link Builder#tokenSupplier(Supplier<char[]) tokenSupplier}.
+ * Property used to configure the token supplier from a Properties object. {@value}, see {@link Builder#tokenSupplier(Supplier) tokenSupplier}.
384
385
public static final String PROP_TOKEN_SUPPLIER = PFX + "token.supplier";
386
0 commit comments