RFR: 8299836: Make `user.timezone` system property searchable [v2]
Justin Lu
duke at openjdk.org
Tue Jan 10 00:46:38 UTC 2023
On Tue, 10 Jan 2023 00:31:55 GMT, Naoto Sato <naoto at 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 _ at systemProperty_
-------------
PR: https://git.openjdk.org/jdk/pull/11915
More information about the core-libs-dev
mailing list