Changeset 931 in josm


Ignore:
Timestamp:
Sep 7, 2008 1:47:28 PM (5 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.