Ignore:
Timestamp:
2013-07-17T00:01:07+02:00 (13 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/MergeLayerAction.java

    r5897 r6069  
    5757        });
    5858    }
    59    
     59
    6060    public void merge(List<Layer> sourceLayers) {
    6161        doMerge(sourceLayers, sourceLayers);
     
    9393        });
    9494    }
    95    
     95
    9696    /**
    9797     * returns true if the user wants to cancel, false if they want to continue
Note: See TracChangeset for help on using the changeset viewer.