Skip to content

Commit

Permalink
Minor javadoc warnings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 28, 2024
1 parent 58feb27 commit e02532a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class StreamReadConstraints

/**
* Default setting for maximum token count:
* see {@link Builder#maxTokenCount} for details.
* see {@link Builder#maxTokenCount(long)} for details.
*/
public static final long DEFAULT_MAX_TOKEN_COUNT = -1L;

Expand Down

0 comments on commit e02532a

Please sign in to comment.