Changeset 8430 in josm


Ignore:
Timestamp:
2015-05-26T23:38:52+02:00 (9 years ago)
Author:
Don-vip
Message:

see #11209 - Make ExtendedDialog.result volatile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ExtendedDialog.java

    r8399 r8430  
    7575public class ExtendedDialog extends JDialog {
    7676    private final boolean disposeOnClose;
    77     private int result = 0;
     77    private volatile int result = 0;
    7878    public static final int DialogClosedOtherwise = 0;
    7979    private boolean toggleable = false;
Note: See TracChangeset for help on using the changeset viewer.