Skip to content
Snippets Groups Projects
Commit 75400435 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5009 Remove unnecessary mapping

parent 1f1db299
No related branches found
No related tags found
No related merge requests found
package de.ozgcloud.alfa.bescheid;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.NullValueCheckStrategy;
import org.mapstruct.ReportingPolicy;
......@@ -10,6 +9,5 @@ import de.ozgcloud.bescheid.GrpcBescheid;
@Mapper(unmappedTargetPolicy = ReportingPolicy.ERROR, nullValueCheckStrategy = NullValueCheckStrategy.ALWAYS)
interface BescheidMapper {
@Mapping(target = "vorgangId", source = "vorgangId")
Bescheid fromGrpc(GrpcBescheid grpcBescheid, String vorgangId);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment