Changeset 196 in josm for src/org/openstreetmap
- Timestamp:
- 2007-01-14T01:55:30+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/data/ServerSidePreferences.java
r195 r196 84 84 Connection connection = null; 85 85 try { 86 connection = new Connection(new URL(serverUrl+" /user/preferences"));86 connection = new Connection(new URL(serverUrl+"user/preferences")); 87 87 } catch (MalformedURLException e) { 88 88 e.printStackTrace();
Note:
See TracChangeset
for help on using the changeset viewer.