Changeset 14062 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2018-07-28T20:28:36+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16010 - bugfixes (patch by ris)

File:
1 edited

Legend:

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

    r14052 r14062  
    8585         * Set output stream to one acquired from calling outputStreamSupplier
    8686         */
    87         public void reacquireOutputStream() {
     87        public synchronized void reacquireOutputStream() {
    8888            final OutputStream reacquiredStream = this.outputStreamSupplier.get();
    8989
Note: See TracChangeset for help on using the changeset viewer.