Changeset 12260 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-05-26T02:44:34+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r12258 r12260 627 627 @Override 628 628 public boolean requiresAttribution() { 629 return attributionText != null || attributionLinkURL != null || attributionImage != null || termsOfUseText != null || termsOfUseURL != null; 629 return attributionText != null || attributionLinkURL != null || attributionImage != null 630 || termsOfUseText != null || termsOfUseURL != null; 630 631 } 631 632
Note:
See TracChangeset
for help on using the changeset viewer.