- Timestamp:
- 2017-03-03T22:44:50+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r11650 r11656 493 493 * @see #initialize() 494 494 */ 495 p ublicMain() {496 main = this;495 protected Main() { 496 setInstance(this); 497 497 mainPanel.addMapFrameListener((o, n) -> redoUndoListener.commandChanged(0, 0)); 498 } 499 500 private static void setInstance(Main instance) { 501 main = instance; 498 502 } 499 503
Note:
See TracChangeset
for help on using the changeset viewer.