Changeset 931 in josm for trunk/src


Ignore:
Timestamp:
2008-09-07T13:47:28+02:00 (16 years ago)
Author:
stoecker
Message:

minor fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r930 r931  
    182182        }
    183183
    184         synchronized public void put(final String key, final String value) {
     184        synchronized public void put(final String key, String value) {
    185185                String oldvalue = properties.get(key);
    186186                if(value != null && value.length() == 0)
Note: See TracChangeset for help on using the changeset viewer.