Fix checkstyle error

This commit is contained in:
Filip Hrisafov 2017-02-21 21:35:13 +01:00 committed by Gunnar Morling
parent f654da2563
commit 7d56a85dbd

View File

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