Changeset 18838 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
- Timestamp:
- 2009-11-28T17:05:44+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
r18544 r18838 182 182 System.out.println("GET "+interfaceURL); 183 183 BufferedReader in = new BufferedReader(new InputStreamReader(urlConn.getInputStream())); 184 // while(in.readLine() != null) {} //read the buffer otherwise we sent POST too early184 // read the buffer otherwise we sent POST too early 185 185 while ((ln = in.readLine()) != null) { 186 186 lines += ln;
Note:
See TracChangeset
for help on using the changeset viewer.