pull/1297/head
Ryan Wang 2021-02-27 13:34:37 +08:00 committed by GitHub
parent 65ed8b84af
commit ae73515537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ public class OptionParam implements InputConverter<Option> {
@Size(max = 100, message = "Length of option key must not be more than {max}")
private String key;
@Size(max = 1023, message = "Length of option value must not be more than {max}")
private String value;
private OptionType type;