Skip to content

Commit 4b2ead0

Browse files
committed
Fix javadoc typo
1 parent c11969f commit 4b2ead0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-core/src/main/java/org/incendo/cloud/caption/StandardCaptionsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public final class StandardCaptionsProvider<C> extends DelegatingCaptionProvider
125125
public static final String EXCEPTION_INVALID_SENDER =
126126
"<actual> is not allowed to execute that command. Must be of type <expected>";
127127
/**
128-
* Default caption for {@link StandardCaptionKeys#EXCEPTION_INVALID_SENDER}
128+
* Default caption for {@link StandardCaptionKeys#EXCEPTION_INVALID_SENDER_LIST}
129129
*/
130130
public static final String EXCEPTION_INVALID_SENDER_LIST =
131131
"<actual> is not allowed to execute that command. Must be one of <expected>";

0 commit comments

Comments
 (0)