Skip to content

Commit

Permalink
#98 [feat] : record 객체를 반환한다
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Oct 25, 2024
1 parent 536a482 commit 3a347ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public static GetMostPossibleTime dateOf(Schedule schedule, List<String> possibl
);
}

public void updateEndTime(String endTime) {
new GetMostPossibleTime(
public GetMostPossibleTime updateEndTime(String endTime) {
return new GetMostPossibleTime(
this.timePoint,
this.startTime,
addThirtyMinutes(endTime),
Expand Down

0 comments on commit 3a347ae

Please sign in to comment.