Changeset 32398 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java
- Timestamp:
- 2016-06-25T11:56:57+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java
r32395 r32398 45 45 @Override 46 46 public void actionPerformed(ActionEvent e) { 47 if (rel.get() == null )47 if (rel.get() == null) 48 48 return; 49 49 try { … … 61 61 uris.add(new URI(String.format("%sRelations", base))); 62 62 63 Main.worker.execute(new Runnable(){ 63 Main.worker.execute(new Runnable() { 64 64 @Override 65 65 public void run() {
Note:
See TracChangeset
for help on using the changeset viewer.
