Changeset 29854 in osm for applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap
- Timestamp:
- 2013-08-21T03:47:16+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationAction.java
r27852 r29854 6 6 7 7 import java.awt.event.ActionEvent; 8 import java.awt.event.InputEvent;9 8 import java.awt.event.KeyEvent; 10 9 import java.util.Collection; … … 31 30 32 31 public void actionPerformed(ActionEvent e) { 33 AddrInterpolationDialog addrDialog = new AddrInterpolationDialog(tr("Define Address Interpolation")); 34 35 32 /*AddrInterpolationDialog addrDialog =*/ new AddrInterpolationDialog(tr("Define Address Interpolation")); 36 33 } 37 34 -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r28014 r29854 59 59 import org.openstreetmap.josm.tools.UrlLabel; 60 60 61 /**62 *63 */64 65 66 67 68 69 61 public class AddrInterpolationDialog extends JDialog implements ActionListener { 70 62
Note:
See TracChangeset
for help on using the changeset viewer.