Changeset 13203 in josm for trunk/src/org


Ignore:
Timestamp:
2017-12-16T23:30:19+01:00 (7 years ago)
Author:
Don-vip
Message:

javadoc fixes + some test timeout increases

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java

    r13199 r13203  
    463463        /**
    464464         * The layer abstract (WMS {@code Abstract})
    465          * @since xxx
     465         * @since 13199
    466466         */
    467467        public final String abstr;
     
    492492         * @param bounds The bounds this layer can be used for
    493493         * @param childLayers The child layers of this layer
    494          * @since xxx
     494         * @since 13199
    495495         */
    496496        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  
    248248
    249249    /**
    250      * Creates a new listener list that does not fail if listeners are added ore removed twice.
     250     * Creates a new listener list that does not fail if listeners are added or removed twice.
    251251     * <p>
    252252     * 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.