Ignore:
Timestamp:
2017-11-28T00:56:29+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15310 - remove most of deprecated APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapView.java

    r13154 r13173  
    3535import javax.swing.AbstractButton;
    3636import javax.swing.JComponent;
    37 import javax.swing.JPanel;
    3837import javax.swing.SwingUtilities;
    3938
     
    255254     * Constructs a new {@code MapView}.
    256255     * @param layerManager The layers to display.
    257      * @param contentPane Ignored. Main content pane is used.
    258      * @param viewportData the initial viewport of the map. Can be null, then
    259      * the viewport is derived from the layer data.
    260      * @since 10279
    261      * @deprecated use {@link #MapView(MainLayerManager, ViewportData)} instead
    262      */
    263     @Deprecated
    264     public MapView(MainLayerManager layerManager, final JPanel contentPane, final ViewportData viewportData) {
    265         this(layerManager, viewportData);
    266     }
    267 
    268     /**
    269      * Constructs a new {@code MapView}.
    270      * @param layerManager The layers to display.
    271256     * @param viewportData the initial viewport of the map. Can be null, then
    272257     * the viewport is derived from the layer data.
Note: See TracChangeset for help on using the changeset viewer.