Changeset 13203 in josm for trunk/src/org/openstreetmap/josm/io
- Timestamp:
- 2017-12-16T23:30:19+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java
r13199 r13203 463 463 /** 464 464 * The layer abstract (WMS {@code Abstract}) 465 * @since xxx465 * @since 13199 466 466 */ 467 467 public final String abstr; … … 492 492 * @param bounds The bounds this layer can be used for 493 493 * @param childLayers The child layers of this layer 494 * @since xxx494 * @since 13199 495 495 */ 496 496 public LayerDetails(String name, String ident, String abstr, Set<String> crsList, boolean supportedLayer, Bounds bounds,
Note:
See TracChangeset
for help on using the changeset viewer.