remove repository public flag

This commit is contained in:
Eduard Heimbuch
2019-11-19 14:04:47 +01:00
parent dd8f84e7c4
commit 2ec98c2763
5 changed files with 2 additions and 23 deletions

View File

@@ -8,7 +8,6 @@ public abstract class RepositoryDtoToRepositoryMapper extends BaseDtoMapper {
@Mapping(target = "creationDate", ignore = true)
@Mapping(target = "id", ignore = true)
@Mapping(target = "publicReadable", ignore = true)
@Mapping(target = "healthCheckFailures", ignore = true)
public abstract Repository map(RepositoryDto repositoryDto, @Context String id);