- Timestamp:
- 2012-01-17T13:42:56+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmApi.java
r4709 r4809 194 194 System.err.println(tr("It supports protocol version 0.6, while the server says it supports {0} to {1}.", 195 195 capabilities.get("version", "minimum"), capabilities.get("version", "maximum"))); 196 initialized = false; 196 initialized = false; // FIXME get's overridden by next assignment 197 197 } 198 System.out.println(tr("Communications with {0} established using protocol version {1}.",199 serverUrl,200 version));201 198 initialized = true; 202 199
Note:
See TracChangeset
for help on using the changeset viewer.