- Timestamp:
- 2018-05-13T13:08:09+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r13742 r13753 1427 1427 */ 1428 1428 public Map<String, String> getCustomHttpHeaders() { 1429 if (customHttpHeaders == null) { 1430 return Collections.emptyMap(); 1431 } 1429 1432 return customHttpHeaders; 1430 1433 }
Note:
See TracChangeset
for help on using the changeset viewer.