mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
Fix sonar issue
This commit is contained in:
@@ -24,7 +24,7 @@ public class RepositoryPermissionDto extends HalRepresentation {
|
|||||||
@Pattern(regexp = USER_GROUP_PATTERN)
|
@Pattern(regexp = USER_GROUP_PATTERN)
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@NotEmpty @NotNull
|
@NotEmpty
|
||||||
private Collection<String> verbs;
|
private Collection<String> verbs;
|
||||||
|
|
||||||
private boolean groupPermission = false;
|
private boolean groupPermission = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user