🐛 Fix duplicate caption key names
This commit is contained in:
parent
6ab1c8a2e0
commit
1bc2af8eed
1 changed files with 2 additions and 2 deletions
|
|
@ -51,11 +51,11 @@ public final class StandardCaptionKeys {
|
|||
/**
|
||||
* Variables: {input}, {stringMode}
|
||||
*/
|
||||
public static final Caption ARGUMENT_PARSE_FAILURE_STRING = of("argument.parse.failure.number");
|
||||
public static final Caption ARGUMENT_PARSE_FAILURE_STRING = of("argument.parse.failure.string");
|
||||
/**
|
||||
* Variables: {input}
|
||||
*/
|
||||
public static final Caption ARGUMENT_PARSE_FAILURE_UUID = of("argument.parse.failure.number");
|
||||
public static final Caption ARGUMENT_PARSE_FAILURE_UUID = of("argument.parse.failure.uuid");
|
||||
/**
|
||||
* Variables: {input}, {acceptableValues}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue