Changeset 31992 in osm for applications/editors/josm/plugins/cadastre-fr/src
- Timestamp:
- 2016-01-17T06:13:08+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
r30859 r31992 66 66 67 67 final int cRetriesGetCookie = 10; // 10 times every 3 seconds means 30 seconds trying to get a cookie 68 69 /** 70 * Constructs a new {@code CadastreInterface}. 71 */ 72 public CadastreInterface() { 73 // Constructor is needed to avoid https://jira.sonarsource.com/browse/SONARJAVA-1459 74 } 68 75 69 76 public boolean retrieveInterface(WMSLayer wmsLayer) throws DuplicateLayerException, WMSException {
Note:
See TracChangeset
for help on using the changeset viewer.