Changeset 4933 in josm
- Timestamp:
- 2012-02-14T21:31:44+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/Preferences.java
r4932 r4933 334 334 } 335 335 336 /*@Deprecated336 @Deprecated 337 337 synchronized public boolean hasKey(final String key) { 338 338 return properties.containsKey(key); 339 } */339 } 340 340 341 341 /**
Note:
See TracChangeset
for help on using the changeset viewer.