Changeset 8126 in josm for trunk/src/org/openstreetmap/josm/tools/MultikeyActionsHandler.java
- Timestamp:
- 2015-03-08T23:39:57+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/MultikeyActionsHandler.java
r7937 r8126 124 124 * @return The unique instance of this class 125 125 */ 126 public static MultikeyActionsHandler getInstance() { 126 public static synchronized MultikeyActionsHandler getInstance() { 127 127 if (instance == null) { 128 128 instance = new MultikeyActionsHandler();
Note:
See TracChangeset
for help on using the changeset viewer.
