Skip to content

Commit

Permalink
make final
Browse files Browse the repository at this point in the history
  • Loading branch information
oblonski committed Jul 25, 2024
1 parent 6021da1 commit f01fbe8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static class Builder {

private final Type activityType;

private Location location;
private final Location location;

Collection<TimeWindow> timeWindows;

Expand All @@ -59,13 +59,13 @@ public Activity build() {
}
}

private Location location;
private final Location location;

private Collection<TimeWindow> timeWindows;
private final Collection<TimeWindow> timeWindows;

private double serviceTime;
private final double serviceTime;

private Activity.Type activityType;
private final Activity.Type activityType;

Activity(Builder builder) {
location = builder.location;
Expand Down

0 comments on commit f01fbe8

Please sign in to comment.