Skip to content

Commit 51eaa7f

Browse files
Removed uses = ReferenceMapper.class from @Mapper in UserMapper.java
1 parent 9eba5c0 commit 51eaa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hexlet/code/mapper/UserMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import org.springframework.security.crypto.password.PasswordEncoder;
1616

1717
@Mapper(
18-
uses = {JsonNullableMapper.class, ReferenceMapper.class},
18+
uses = JsonNullableMapper.class,
1919
nullValuePropertyMappingStrategy = NullValuePropertyMappingStrategy.IGNORE,
2020
componentModel = MappingConstants.ComponentModel.SPRING,
2121
unmappedTargetPolicy = ReportingPolicy.IGNORE

0 commit comments

Comments
 (0)