On Thu, 30 Jan 2025 14:36:28 GMT, Shaojin Wen <s...@openjdk.org> wrote:
>> src/java.base/share/classes/jdk/internal/util/DateTimeHelper.java line 26: >> >>> 24: * questions. >>> 25: */ >>> 26: package jdk.internal.util; >> >> Maybe `jdk.internal.time` would be appropriate. > > Currently, since we only have the DateTimeHelper class, we can wait until > there are two or more classes before creating the jdk.internal.time package. This utility class can be final, and have a private default constructor so that no instance can be created. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20353#discussion_r1940135372