Ignore:
Timestamp:
2018-08-11T16:10:32+02:00 (8 years ago)
Author:
Don-vip
Message:

see #15229 - deprecate all Main methods returning an URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java

    r13647 r14119  
    198198
    199199        String osmApi = OsmApi.getOsmApi().getServerUrl();
    200         if (!OsmApi.DEFAULT_API_URL.equals(osmApi.trim())) {
     200        if (!Config.getUrls().getDefaultOsmApiUrl().equals(osmApi.trim())) {
    201201            text.append("OSM API: ").append(osmApi).append("\n\n");
    202202        }
Note: See TracChangeset for help on using the changeset viewer.