Ignore:
Timestamp:
2011-07-03T10:45:41+02:00 (13 years ago)
Author:
bastiK
Message:

fixed #6534 - Exception on exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Utils.java

    r4100 r4197  
    140140                a = "";
    141141            }
    142             if(s != null) {
     142            if (s != null) {
    143143                s.append(sep).append(a.toString());
    144144            } else {
Note: See TracChangeset for help on using the changeset viewer.