Fixed wildcard import

This commit is contained in:
Philipp Czora
2018-08-16 17:32:38 +02:00
parent edac761d67
commit 8ee550e8e7

View File

@@ -1,7 +1,11 @@
package sonia.scm.api.v2.resources;
import de.otto.edison.hal.Links;
import org.mapstruct.*;
import org.mapstruct.AfterMapping;
import org.mapstruct.Context;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.MappingTarget;
import sonia.scm.repository.Branch;
import sonia.scm.repository.NamespaceAndName;