Changeset 29854 in osm for applications/editors/josm/plugins/FixAddresses
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/FixAddresses
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/build.xml
r29778 r29854 4 4 <property name="commit.message" value="fix compile error (core changes)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="6 082"/>6 <property name="plugin.main.version" value="6162"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressEditContainer.java
r29661 r29854 799 799 * @return the score of the street. 800 800 */ 801 protected int getScore() { 801 /*protected int getScore() { 802 802 return score; 803 } 803 }*/ 804 804 805 805 @Override -
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixAddressesPlugin.java
r29778 r29854 14 14 package org.openstreetmap.josm.plugins.fixAddresses; 15 15 16 import javax.swing.JMenu;17 16 import org.openstreetmap.josm.Main; 18 17 import org.openstreetmap.josm.gui.IconToggleButton;
Note:
See TracChangeset
for help on using the changeset viewer.