Fix checkstyle error

This commit is contained in:
Filip Hrisafov 2017-02-21 21:25:25 +01:00 committed by Gunnar Morling
parent 10aeb444f5
commit 0f6d5ff0f8

View File

@ -34,8 +34,7 @@ import org.mapstruct.factory.Mappers;
public interface SpecialOrderMapper {
SpecialOrderMapper INSTANCE = Mappers.getMapper( SpecialOrderMapper.class );
@Mapping(target = "orderType", source = "orderType", qualifiedByName = "orderTypeToExternalOrderType")
OrderDto orderEntityToDto(OrderEntity order);