Ignore:
Timestamp:
2016-02-18T17:39:58+01:00 (8 years ago)
Author:
bastiK
Message:

move preference writing to new class; some refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java

    r9746 r9823  
    312312     * @param zone the timezone to use
    313313     */
    314     protected static void setTimeZone(TimeZone zone) {
     314    protected static synchronized void setTimeZone(TimeZone zone) {
    315315        calendarLocale.setTimeZone(zone);
    316316    }
Note: See TracChangeset for help on using the changeset viewer.