On Tue, 10 Jan 2023 00:31:55 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Toggle first instance as a system property, revert rest > > src/java.base/share/classes/java/util/TimeZone.java line 634: > >> 632: * >> 633: * <ul> >> 634: * <li>Use the {@systemProperty user.timezone} property value as >> the default > > I'd only modify this location and keep others intact. Otherwise, the search > would show all locations which may not best serve the user's needs. Good point, I reverted the rest, so that only this first instance is tagged as _@systemProperty_ ------------- PR: https://git.openjdk.org/jdk/pull/11915