mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Fix checkstyle error
This commit is contained in:
parent
10aeb444f5
commit
0f6d5ff0f8
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user