Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 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/gui/preferences/SourceEntry.java

    r5220 r6070  
    99
    1010/**
    11  * A source entry primarily used to save the user's selection of mappaint styles, 
     11 * A source entry primarily used to save the user's selection of mappaint styles,
    1212 * but also for preset sources.
    1313 */
     
    6161            return false;
    6262        final SourceEntry other = (SourceEntry) obj;
    63         return equal(other.url, url) && 
     63        return equal(other.url, url) &&
    6464                equal(other.name, name) &&
    6565                equal(other.title, title) &&
Note: See TracChangeset for help on using the changeset viewer.