Remove redundant length constraint for comment field
This commit is contained in:
parent
56be3a935a
commit
d511bd22a4
@ -62,7 +62,6 @@ public class OAuth2ClientRegistrationTemplate extends SearchTextBasedWithAdditio
|
||||
@Length(fieldName = "clientAuthenticationMethod")
|
||||
@ApiModelProperty(value = "Default client authentication method to use: 'BASIC' or 'POST'")
|
||||
private String clientAuthenticationMethod;
|
||||
@Length(fieldName = "comment")
|
||||
@ApiModelProperty(value = "Comment for OAuth2 provider")
|
||||
private String comment;
|
||||
@Length(fieldName = "loginButtonIcon")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user