Changeset 17482 in josm
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/PreferenceTabbedPane.java
r17424 r17482 57 57 import org.openstreetmap.josm.gui.preferences.map.BackupPreference; 58 58 import org.openstreetmap.josm.gui.preferences.map.MapPaintPreference; 59 import org.openstreetmap.josm.gui.preferences.map.MapPreference;60 59 import org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference; 61 60 import org.openstreetmap.josm.gui.preferences.plugin.PluginPreference; … … 387 386 388 387 /** 389 * Returns the {@code MapPreference} object.390 * @return the {@code MapPreference} object.391 * @deprecated to remove beginning of 2021392 */393 @Deprecated394 public MapPreference getMapPreference() {395 return getSetting(MapPreference.class);396 }397 398 /**399 388 * Returns the {@code PluginPreference} object. 400 389 * @return the {@code PluginPreference} object. … … 619 608 SETTINGS_FACTORIES.add(new ServerAccessPreference.Factory()); 620 609 SETTINGS_FACTORIES.add(new ProxyPreference.Factory()); 621 SETTINGS_FACTORIES.add(new MapPreference.Factory());622 610 SETTINGS_FACTORIES.add(new ProjectionPreference.Factory()); 623 611 SETTINGS_FACTORIES.add(new MapPaintPreference.Factory());
Note: See TracChangeset
for help on using the changeset viewer.