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/tools/ImageProvider.java

    r1879 r2017  
    11// License: GPL. Copyright 2007 by Immanuel Scholz and others 
    22package org.openstreetmap.josm.tools; 
     3 
     4import static org.openstreetmap.josm.tools.I18n.tr; 
    35 
    46import java.awt.Component; 
     
    3133import org.openstreetmap.josm.data.osm.OsmPrimitiveType; 
    3234import org.openstreetmap.josm.io.MirroredInputStream; 
    33 import static org.openstreetmap.josm.tools.I18n.tr; 
    3435 
    3536/** 
Note: See TracChangeset for help on using the changeset viewer.