This commit is contained in:
Eduard Heimbuch
2020-09-16 15:09:30 +02:00
parent 29134ae261
commit 89b6829108
7 changed files with 15 additions and 12 deletions

View File

@@ -54,6 +54,7 @@ public class BranchDto extends HalRepresentation {
private boolean defaultBranch;
@JsonInclude(JsonInclude.Include.NON_NULL)
private Instant lastModified;
@JsonInclude(JsonInclude.Include.NON_NULL)
private PersonDto lastModifier;
BranchDto(Links links, Embedded embedded) {