<i18n dev> RFR: 8321958: javadoc error: @returns of ZoneRules#isDaylightSavings() is incorrect
Jaikiran Pai
jpai at openjdk.org
Thu Dec 14 09:34:40 UTC 2023
On Wed, 13 Dec 2023 23:10:05 GMT, Naoto Sato <naoto at openjdk.org> 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
More information about the i18n-dev
mailing list