On Mon, 25 May 2026 12:09:44 GMT, Andrey Turbanov <[email protected]> wrote:
>> Sruthy Jayan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Removed extra whitespaces >> >> Signed-off-by: Sruthy Jayan <[email protected]> > > test/jdk/java/util/TimeZone/CustomTzIDCheckDST.java line 89: > >> 87: } >> 88: >> 89: if (tz.inDaylightTime(time)) { > > Suggestion: > > if (tz.inDaylightTime(time)) { I have addressed this review comment @turbanoff ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31270#discussion_r3298841542
