Changeset 1900 in josm


Ignore:
Timestamp:
Aug 3, 2009 11:45:05 PM (4 years ago)
Author:
Gubaer
Message:

Marked public field 'nodes' as deprecated.
After refactoring by jttt we can start to migrate to the new public API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Way.java

    r1862 r1900  
    2424    /** 
    2525     * All way nodes in this way 
    26      */ 
     26     *  
     27     * @deprecated This public field will become private or protected in the future. 
     28     *  Use the new public API instead. 
     29     */ 
     30    @Deprecated 
    2731    public final List<Node> nodes = new ArrayList<Node>(); 
    2832 
Note: See TracChangeset for help on using the changeset viewer.