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
f654da2563
commit
7d56a85dbd
@ -34,7 +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