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

@ -35,7 +35,6 @@ 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);