Changeset 447 in josm for trunk/src/org/openstreetmap/josm/data/gpx
- Timestamp:
- 2007-11-01T13:51:47+01:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/WithAttributes.java
r444 r447 15 15 public class WithAttributes { 16 16 17 public Map<String, Object> attr = new HashMap<String, Object>(); 17 public Map<String, Object> attr = new HashMap<String, Object>(0); 18 18 19 19 public String getString(String key) {
Note:
See TracChangeset
for help on using the changeset viewer.
