Ignore:
Timestamp:
2013-03-22T02:23:23+01:00 (11 years ago)
Author:
Don-vip
Message:

code style - fix non-static access to static member

File:
1 edited

Legend:

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

    r5779 r5792  
    463463     */
    464464    static public void setMaxWorkers() {
    465         JobDispatcher.getInstance().setMaxWorkers(PROP_TMS_JOBS.get());
     465        JobDispatcher.setMaxWorkers(PROP_TMS_JOBS.get());
    466466        JobDispatcher.getInstance().setLIFO(true);
    467467    }
Note: See TracChangeset for help on using the changeset viewer.