remove obsolete repository fields

This commit is contained in:
Eduard Heimbuch
2020-03-02 11:18:57 +01:00
parent e8074e7f7e
commit b6208240ab
3 changed files with 0 additions and 25 deletions

View File

@@ -30,10 +30,8 @@ public class RepositoryDto extends HalRepresentation {
private String namespace;
@Pattern(regexp = ValidationUtil.REGEX_REPOSITORYNAME)
private String name;
private boolean archived = false;
@NotEmpty
private String type;
protected Map<String, String> properties;
RepositoryDto(Links links, Embedded embedded) {
super(links, embedded);