- Timestamp:
- 2018-01-23T21:18:04+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/StyleCache.java
r12378 r13354 71 71 72 72 @Override 73 public String toString() { 74 return "StyleCache{PLAIN: " + this.states[PLAIN] + " SELECTED: " + this.states[SELECTED] + "}"; 75 } 76 77 @Override 73 78 public int hashCode() { 74 79 return Arrays.deepHashCode(this.states);
Note:
See TracChangeset
for help on using the changeset viewer.