Skip to content

Commit

Permalink
message updated
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <[email protected]>
  • Loading branch information
Verdent committed Jun 11, 2024
1 parent 4e9c314 commit 70b2130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private Builder() {
public MaxTokenAgeValidator build() {
Errors.Collector collector = Errors.collector();
if (expectedMaxTokenAge == null) {
collector.fatal(getClass(), "Expected JWT max token age is required to be set");
collector.fatal(getClass(), "Expected JWT max token age to be set");
}
collector.collect().checkValid();
return new MaxTokenAgeValidator(this);
Expand Down

0 comments on commit 70b2130

Please sign in to comment.