Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

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

    r8470 r8510  
    6565        if (latlon != null) {
    6666            if (latlon instanceof CachedLatLon) {
    67                 visit(((CachedLatLon)latlon).getEastNorth());
     67                visit(((CachedLatLon) latlon).getEastNorth());
    6868            } else {
    6969                visit(Main.getProjection().latlon2eastNorth(latlon));
     
    179179    }
    180180
    181 
    182     @Override public String toString() {
     181    @Override
     182    public String toString() {
    183183        return "BoundingXYVisitor["+bounds+"]";
    184184    }
Note: See TracChangeset for help on using the changeset viewer.