Changeset 12260 in josm for trunk/src


Ignore:
Timestamp:
2017-05-26T02:44:34+02:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r12258 r12260  
    627627    @Override
    628628    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;
    630631    }
    631632
Note: See TracChangeset for help on using the changeset viewer.