Changeset 16314 in josm
- Timestamp:
- 2020-04-15T23:44:38+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/Notification.java
r16313 r16314 223 223 if (o == null || getClass() != o.getClass()) return false; 224 224 Notification that = (Notification) o; 225 System.out.println(getContentTextOrComponent().getClass());226 225 return duration == that.duration 227 226 && Objects.equals(getContentTextOrComponent(), that.getContentTextOrComponent())
Note:
See TracChangeset
for help on using the changeset viewer.