Fix sonar issue

This commit is contained in:
René Pfeuffer
2019-01-24 13:33:42 +01:00
parent 1bb4c32df0
commit 84fe142346

View File

@@ -24,7 +24,7 @@ public class RepositoryPermissionDto extends HalRepresentation {
@Pattern(regexp = USER_GROUP_PATTERN)
private String name;
@NotEmpty @NotNull
@NotEmpty
private Collection<String> verbs;
private boolean groupPermission = false;