Skip to content

Commit

Permalink
Fix javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed May 13, 2024
1 parent c11969f commit 4b2ead0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public final class StandardCaptionsProvider<C> extends DelegatingCaptionProvider
public static final String EXCEPTION_INVALID_SENDER =
"<actual> is not allowed to execute that command. Must be of type <expected>";
/**
* Default caption for {@link StandardCaptionKeys#EXCEPTION_INVALID_SENDER}
* Default caption for {@link StandardCaptionKeys#EXCEPTION_INVALID_SENDER_LIST}
*/
public static final String EXCEPTION_INVALID_SENDER_LIST =
"<actual> is not allowed to execute that command. Must be one of <expected>";
Expand Down

0 comments on commit 4b2ead0

Please sign in to comment.