Changeset 34061 in osm for applications/editors
- Timestamp:
- 2018-02-11T02:17:12+01:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation
- Files:
- 
      - 2 edited
 
 - 
          
  AddrInterpolationDialog.java (modified) (1 diff)
- 
          
  AddrInterpolationPlugin.java (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.javar34060 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.javar33692 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.
  
