Changeset 13120 in josm for trunk/src/org/openstreetmap/josm/io/imagery
- Timestamp:
- 2017-11-13T00:57:03+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java
r12620 r13120 40 40 41 41 /** 42 * This class represents the capabilites of a WMS imagery server. 42 * This class represents the capabilities of a WMS imagery server. 43 43 */ 44 44 public class WMSImagery { … … 104 104 /** 105 105 * The data that caused this exception. 106 * @return The server response to the capabilites request. 106 * @return The server response to the capabilities request. 107 107 */ 108 108 public String getIncomingData() {
Note:
See TracChangeset
for help on using the changeset viewer.