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/WikiReader.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.io.BufferedReader; 
     
    911 
    1012import org.openstreetmap.josm.Main; 
    11 import org.openstreetmap.josm.tools.LanguageInfo; 
    12  
    13 import static org.openstreetmap.josm.tools.I18n.tr; 
    1413 
    1514/** 
Note: See TracChangeset for help on using the changeset viewer.