Skip to content

Commit 43a0dde

Browse files
committed
fixed api doc
1 parent fa329a2 commit 43a0dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/nats/client/Options.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public class Options {
380380
*/
381381
public static final String PROP_TOKEN = PFX + "token";
382382
/**
383-
* Property used to configure the token supplier from a Properties object. {@value}, see {@link Builder#tokenSupplier(Supplier<char[]) tokenSupplier}.
383+
* Property used to configure the token supplier from a Properties object. {@value}, see {@link Builder#tokenSupplier(Supplier) tokenSupplier}.
384384
*/
385385
public static final String PROP_TOKEN_SUPPLIER = PFX + "token.supplier";
386386
/**

0 commit comments

Comments
 (0)