Ignore:
Timestamp:
2017-02-19T23:52:08+01:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle - enable BooleanExpressionComplexity / 6

File:
1 edited

Legend:

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

    r11578 r11587  
    499499        }
    500500
     501        // CHECKSTYLE.OFF: BooleanExpressionComplexity
    501502        return
    502503                Objects.equals(this.name, other.name) &&
     
    527528                Objects.equals(this.metadataHeaders, other.metadataHeaders) &&
    528529                Objects.equals(this.defaultLayers, other.defaultLayers);
     530        // CHECKSTYLE.ON: BooleanExpressionComplexity
    529531    }
    530532
Note: See TracChangeset for help on using the changeset viewer.