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

javadoc fixes + some test timeout increases

File:
1 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,
Note: See TracChangeset for help on using the changeset viewer.