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/osm/history/History.java

    r1670 r2017  
    11// License: GPL. For details, see LICENSE file. 
    22package org.openstreetmap.josm.data.osm.history; 
     3 
     4import static org.openstreetmap.josm.tools.I18n.tr; 
    35 
    46import java.util.ArrayList; 
     
    810import java.util.List; 
    911import java.util.NoSuchElementException; 
    10 import static org.openstreetmap.josm.tools.I18n.tr; 
    1112 
    1213public class History{ 
Note: See TracChangeset for help on using the changeset viewer.