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/OsmPrimitive.java

    r1990 r2017  
    241241    /** 
    242242     * The key/value list for this primitive. 
    243      * @deprecated This field will became private or protected in future, use api instead 
    244      */ 
    245     @Deprecated 
    246     public Map<String, String> keys; 
     243     * 
     244     */ 
     245    private Map<String, String> keys; 
    247246 
    248247    /** 
Note: See TracChangeset for help on using the changeset viewer.