Ignore:
Timestamp:
2011-01-22T00:04:51+01:00 (13 years ago)
Author:
bastiK
Message:

move inner class to separate file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java

    r3673 r3799  
    2424import org.openstreetmap.josm.gui.mappaint.AreaElemStyle;
    2525import org.openstreetmap.josm.gui.mappaint.ElemStyle;
    26 import org.openstreetmap.josm.gui.mappaint.ElemStyles;
    2726import org.openstreetmap.josm.gui.mappaint.MapPaintStyles;
     27import org.openstreetmap.josm.gui.mappaint.StyleSource;
    2828
    2929public class MultipolygonTest extends Test {
     
    4141    protected static final int NO_STYLE_POLYGON = 1611;
    4242
    43     private static ElemStyles.StyleSet styles;
     43    private static StyleSource styles;
    4444
    4545    private final List<List<Node>> nonClosedWays = new ArrayList<List<Node>>();
Note: See TracChangeset for help on using the changeset viewer.