Ticket #19426: 19426.patch
File 19426.patch, 1017 bytes (added by , 5 years ago) |
---|
-
src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
590 590 // CHECKSTYLE.ON: BooleanExpressionComplexity 591 591 } 592 592 593 /** 594 * See {@link SourceInfo#equalsPref}. This is kept for binary compatibility. 595 * 596 * @param other the ImageryInfo to compare to 597 * @return {@code true} if they are equal. 598 */ 599 public boolean equalsPref(ImageryInfo other) { 600 return this.equalsPref((SourceInfo<ImageryInfo.ImageryCategory, ImageryInfo.ImageryType, 601 ImageryInfo.ImageryBounds, ImageryInfo.ImageryPreferenceEntry>) other); 602 } 603 593 604 @Override 594 605 public int compareTo(SourceInfo<ImageryInfo.ImageryCategory, ImageryInfo.ImageryType, 595 606 ImageryInfo.ImageryBounds, ImageryInfo.ImageryPreferenceEntry> other) {