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
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user