Ignore:
Timestamp:
2009-11-28T17:05:44+01:00 (16 years ago)
Author:
pieren
Message:

Fix minor issues if Grab is called without layer (possible since projection rework)

File:
1 edited

Legend:

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

    r18544 r18838  
    182182            System.out.println("GET "+interfaceURL);
    183183            BufferedReader in = new BufferedReader(new InputStreamReader(urlConn.getInputStream()));
    184             //while(in.readLine() != null) {}  // read the buffer otherwise we sent POST too early
     184            // read the buffer otherwise we sent POST too early
    185185            while ((ln = in.readLine()) != null) {
    186186                lines += ln;
Note: See TracChangeset for help on using the changeset viewer.