Changeset 34061 in osm for applications/editors/josm/plugins/addrinterpolation/src/org
- Timestamp:
- 2018-02-11T02:17:12+01:00 (7 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/AddrInterpolationDialog.java
r34060 r34061 649 649 * Add rows of edit controls - with labels in the left column, and controls in the right 650 650 * column on the gridbag of the specified container. 651 * @param labels labels on left column 652 * @param editFields edit fields on the right column 653 * @param container container 651 654 */ 652 655 private void AddEditControlRows(JLabel[] labels, -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationPlugin.java
r33692 r34061 11 11 /** 12 12 * constructor 13 * @param info plugin information 13 14 */ 14 15 public AddrInterpolationPlugin(PluginInformation info) {
Note:
See TracChangeset
for help on using the changeset viewer.