- Timestamp:
- 2009-08-03T23:45:05+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Way.java
r1862 r1900 24 24 /** 25 25 * 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 27 31 public final List<Node> nodes = new ArrayList<Node>(); 28 32
Note:
See TracChangeset
for help on using the changeset viewer.