Skip to content

Commit 228767e

Browse files
author
akuksin
committed
Make method package private in the mapper.
1 parent 2145f1e commit 228767e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot/request-response/client/src/main/java/io/reflectoring/client/registration/async/service

1 file changed

+1
-1
lines changed

spring-boot/request-response/client/src/main/java/io/reflectoring/client/registration/async/service/RegistrationMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@Component
88
public class RegistrationMapper {
99

10-
public Registration toRegistration(RegistrationDto registrationDto){
10+
Registration toRegistration(RegistrationDto registrationDto){
1111
return Registration.builder()
1212
.id(registrationDto.getId())
1313
.date(registrationDto.getDate())

0 commit comments

Comments
 (0)