Ignore:
Timestamp:
2018-08-12T14:58:00+02:00 (6 years ago)
Author:
Don-vip
Message:

see #15229 - don't import Main just for javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/relations/Multipolygon.java

    r13493 r14146  
    1414import java.util.Set;
    1515
    16 import org.openstreetmap.josm.Main;
    1716import org.openstreetmap.josm.data.coor.EastNorth;
    1817import org.openstreetmap.josm.data.osm.DataSet;
     
    2625import org.openstreetmap.josm.data.osm.visitor.paint.relations.Multipolygon.PolyData.Intersection;
    2726import org.openstreetmap.josm.data.projection.Projection;
     27import org.openstreetmap.josm.data.projection.ProjectionRegistry;
    2828import org.openstreetmap.josm.spi.preferences.Config;
    2929import org.openstreetmap.josm.spi.preferences.PreferenceChangeEvent;
     
    484484         * Calculate area and perimeter length in the given projection.
    485485         *
    486          * @param projection the projection to use for the calculation, {@code null} defaults to {@link Main#getProjection()}
     486         * @param projection the projection to use for the calculation, {@code null} defaults to {@link ProjectionRegistry#getProjection()}
    487487         * @return area and perimeter
    488488         */
Note: See TracChangeset for help on using the changeset viewer.