Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Changeset.java

    r9468 r10378  
    326326        this.createdAt = other.createdAt;
    327327        this.closedAt = other.closedAt;
    328         this.open  = other.open;
     328        this.open = other.open;
    329329        this.min = other.min;
    330330        this.max = other.max;
Note: See TracChangeset for help on using the changeset viewer.