Changeset 6070 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/SourceEntry.java
- Timestamp:
- 2013-07-17T00:01:49+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/SourceEntry.java
r5220 r6070 9 9 10 10 /** 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, 12 12 * but also for preset sources. 13 13 */ … … 61 61 return false; 62 62 final SourceEntry other = (SourceEntry) obj; 63 return equal(other.url, url) && 63 return equal(other.url, url) && 64 64 equal(other.name, name) && 65 65 equal(other.title, title) &&
Note:
See TracChangeset
for help on using the changeset viewer.
