Changeset 3214 in josm for trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletionListItem.java
- Timestamp:
- 02.05.2010 18:12:34 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletionListItem.java
r3210 r3214 112 112 public int compareTo(AutoCompletionListItem other) { 113 113 int ret = this.priority.compareTo(other.priority); 114 ret = -ret; // higher priority items come first in the list 114 115 if (ret != 0) 115 116 return ret;
Note: See TracChangeset
for help on using the changeset viewer.
