Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java

    r29210 r29854  
    2525import org.openstreetmap.josm.gui.MapView;
    2626
    27 class fake_map_view extends MapView {
     27class FakeMapView extends MapView {
    2828    public ProjectionBounds view_bounds;
    2929    public MapView parent;
     
    3636    public double max_east_west;
    3737
    38     public fake_map_view(MapView parent, double scale) {
     38    public FakeMapView(MapView parent, double scale) {
    3939        super(null, null); //TODO MapView constructor contains registering listeners and other code, that probably shouldn't be called in fake map view
    4040        this.parent = parent;
Note: See TracChangeset for help on using the changeset viewer.