Changeset 31992 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-01-17T06:13:08+01:00 (9 years ago)
Author:
donvip
Message:

[josm_cadastre_fr] workaround for https://jira.sonarsource.com/browse/SONARJAVA-1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java

    r30859 r31992  
    6666
    6767    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    }
    6875
    6976    public boolean retrieveInterface(WMSLayer wmsLayer) throws DuplicateLayerException, WMSException {
Note: See TracChangeset for help on using the changeset viewer.