Ignore:
Timestamp:
2017-09-10T13:58:18+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15229 - see #15182 - remove GUI references from I/O subsystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r12813 r12816  
    2121
    2222import org.openstreetmap.josm.Main;
    23 import org.openstreetmap.josm.data.osm.search.SearchParseError;
    2423import org.openstreetmap.josm.data.osm.search.SearchCompiler;
    2524import org.openstreetmap.josm.data.osm.search.SearchCompiler.Match;
     25import org.openstreetmap.josm.data.osm.search.SearchParseError;
    2626import org.openstreetmap.josm.data.osm.visitor.OsmPrimitiveVisitor;
    2727import org.openstreetmap.josm.gui.mappaint.StyleCache;
     
    10901090     * visitor function.
    10911091     * @param visitor The visitor from which the visit() function must be called.
    1092      * @deprecated will be removed along with {@link Visitor}
     1092     * @deprecated will be removed along with {@link org.openstreetmap.josm.data.osm.visitor.Visitor}
    10931093     */
    10941094    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.