cleanup and update tests

This commit is contained in:
Konstantin Schaper
2020-08-25 18:08:31 +02:00
parent 6d409c65c0
commit 36231d077a
7 changed files with 91 additions and 32 deletions

View File

@@ -24,6 +24,7 @@
package sonia.scm.api.v2.resources;
import com.fasterxml.jackson.annotation.JsonInclude;
import de.otto.edison.hal.Embedded;
import de.otto.edison.hal.HalRepresentation;
import de.otto.edison.hal.Links;
@@ -42,6 +43,7 @@ public class TagDto extends HalRepresentation {
private String revision;
@JsonInclude(JsonInclude.Include.NON_NULL)
private Instant date;
TagDto(Links links, Embedded embedded) {