Changeset 13203 in josm for trunk/src/org
- Timestamp:
- 2017-12-16T23:30:19+01:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 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, -
trunk/src/org/openstreetmap/josm/tools/ListenerList.java
r12798 r13203 248 248 249 249 /** 250 * Creates a new listener list that does not fail if listeners are added or eremoved twice.250 * Creates a new listener list that does not fail if listeners are added or removed twice. 251 251 * <p> 252 252 * Use of this list is discouraged. You should always use {@link #create()} in new implementations and check your listeners.
Note:
See TracChangeset
for help on using the changeset viewer.