Changeset 10378 in josm for trunk/src/org/openstreetmap/josm/data/cache/CacheEntryAttributes.java
- Timestamp:
- 2016-06-15T10:30:37+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/cache/CacheEntryAttributes.java
r9070 r10378 92 92 String val = attrs.get(key); 93 93 if (val == null) { 94 attrs.put(key, 94 attrs.put(key, "0"); 95 95 return 0; 96 96 }
Note:
See TracChangeset
for help on using the changeset viewer.