Changeset 31665 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2015-10-24T17:33:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java
r31646 r31665 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 5 6 import java.awt.GraphicsEnvironment; 6 7 import java.awt.event.KeyEvent; 7 8 import java.io.IOException; … … 90 91 addStatusListener(this); 91 92 92 ConflictResolver.getInstance(); 93 if (!GraphicsEnvironment.isHeadless()) { 94 ConflictResolver.getInstance(); 95 } 93 96 SelectionMonitor.getInstance(); 94 97 Reasoner.getInstance();
Note:
See TracChangeset
for help on using the changeset viewer.