Skip to content

Commit

Permalink
Eliminate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Jan 6, 2025
1 parent 54627f2 commit 9b772b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public Instant instant() {

@Override
public Clock withZone(ZoneId zone) {
return Clock.systemDefaultZone();
return Clock.system(ZoneId.systemDefault());
}
}
}

0 comments on commit 9b772b6

Please sign in to comment.