On Wed, 13 Dec 2023 23:10:05 GMT, Naoto Sato <[email protected]> wrote:
> Small document correction on a return description.
src/java.base/share/classes/java/time/zone/ZoneRules.java line 831:
> 829: * and {@link #getStandardOffset(java.time.Instant) standard}
> offsets.
> 830: *
> 831: * @param instant the instant to find the offset information for,
> not null, but null
Hello Naoto, do you think this `@param` description too will have to be
reworded? It seems to be a copy/paste of the `getDaylightSavings()` method.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17098#discussion_r1426464323