Ignore:
Timestamp:
2018-08-12T17:24:32+02:00 (6 years ago)
Author:
Don-vip
Message:

see #15229 - deprecate Main.pref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java

    r14138 r14149  
    1919import org.junit.Rule;
    2020import org.junit.Test;
    21 import org.openstreetmap.josm.Main;
     21import org.openstreetmap.josm.data.Preferences;
    2222import org.openstreetmap.josm.data.gpx.GpxData;
    2323import org.openstreetmap.josm.data.osm.DataSet;
     
    9393        // Download complete list of plugins
    9494        ReadRemotePluginInformationTask pluginInfoDownloadTask = new ReadRemotePluginInformationTask(
    95                 Main.pref.getOnlinePluginSites());
     95                Preferences.main().getOnlinePluginSites());
    9696        pluginInfoDownloadTask.run();
    9797        List<PluginInformation> plugins = pluginInfoDownloadTask.getAvailablePlugins();
Note: See TracChangeset for help on using the changeset viewer.