-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
/home/runner/work/Server/Server/src/main/java/com/ftw/hometerview/place/domain/Building.java:31: warning: @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.
Double totalRating = 0D;
^
/home/runner/work/Server/Server/src/main/java/com/ftw/hometerview/place/domain/Building.java:32: warning: @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.
List<String> likedUsers = Collections.EMPTY_LIST;
https://github.com/hometerview/Server/actions/runs/3235981695/jobs/5301151760