Changeset 13558 in josm
- Timestamp:
- 2018-03-25T01:39:26+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
r13497 r13558 415 415 416 416 /** 417 * Returns the {@link DataSet} behind this layer. 418 * @return the {@link DataSet} behind this layer. 419 * @since 13558 420 */ 421 public DataSet getDataSet() { 422 return data; 423 } 424 425 /** 417 426 * Return the image provider to get the base icon 418 427 * @return image provider class which can be modified
Note:
See TracChangeset
for help on using the changeset viewer.