mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
Remove id from repository dto
This commit is contained in:
@@ -13,7 +13,6 @@ import java.util.List;
|
||||
@Getter @Setter
|
||||
public class RepositoryDto extends HalRepresentation {
|
||||
|
||||
private String id;
|
||||
private String contact;
|
||||
private Instant creationDate;
|
||||
private String description;
|
||||
|
||||
Reference in New Issue
Block a user