Ignore:
Timestamp:
30.08.2009 19:07:24 (3 years ago)
Author:
Gubaer
Message:

removed OptionPaneUtil
cleanup of deprecated Layer API
cleanup of deprecated APIs in OsmPrimitive and Way
cleanup of imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/LambertEST.java

    r1823 r2017  
    77import static org.openstreetmap.josm.tools.I18n.tr; 
    88 
     9import org.openstreetmap.josm.data.Bounds; 
    910import org.openstreetmap.josm.data.coor.EastNorth; 
    1011import org.openstreetmap.josm.data.coor.LatLon; 
    11 import org.openstreetmap.josm.data.Bounds; 
    12 import org.openstreetmap.josm.data.ProjectionBounds; 
    1312 
    1413public class LambertEST implements Projection { 
Note: See TracChangeset for help on using the changeset viewer.