Ignore:
Timestamp:
2016-06-23T02:12:21+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - Performance - Method passes constant String of length 1 to character overridden method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapViewState.java

    r10458 r10462  
    344344        @Override
    345345        public String toString() {
    346             return "MapViewViewPoint [x=" + x + ", y=" + y + "]";
     346            return "MapViewViewPoint [x=" + x + ", y=" + y + ']';
    347347        }
    348348    }
     
    373373        @Override
    374374        public String toString() {
    375             return "MapViewEastNorthPoint [eastNorth=" + eastNorth + "]";
     375            return "MapViewEastNorthPoint [eastNorth=" + eastNorth + ']';
    376376        }
    377377    }
     
    417417
    418418        /**
    419          * Gets the real bounds that enclose this rectangle. 
     419         * Gets the real bounds that enclose this rectangle.
    420420         * This is computed respecting that the borders of this rectangle may not be a straignt line in latlon coordinates.
    421421         * @return The bounds.
Note: See TracChangeset for help on using the changeset viewer.