[feature/#735] Member 이름 필드 통일 - #737
Merged
Merged
Annotations
5 warnings
|
Build:
src/main/java/umc/cockple/demo/domain/party/domain/PartyAddr.java#L34
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
|
|
Build:
src/main/java/umc/cockple/demo/domain/chat/domain/ChatRoomMember.java#L34
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
|
|
Build:
src/main/java/umc/cockple/demo/domain/terms/domain/Terms.java#L36
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
|
|
Build:
src/main/java/umc/cockple/demo/domain/contest/domain/Contest.java#L61
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
|
|
Build:
src/main/java/umc/cockple/demo/domain/contest/domain/Contest.java#L58
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
|
background
wait
wait-all
cancel
parallel
Loading