Ignore:
Timestamp:
2015-07-01T22:45:13+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle

Location:
trunk/src/org/openstreetmap/josm/data
Files:
2 edited

Legend:

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

    r8541 r8557  
    13651365                if (value instanceof JsonString) {
    13661366                    // in some cases, when JsonValue.toString() is called, then additional quotation marks are left in value
    1367                     ret.put(e.getKey(), ((JsonString)value).getString());
     1367                    ret.put(e.getKey(), ((JsonString) value).getString());
    13681368                } else {
    13691369                    ret.put(e.getKey(), e.getValue().toString());
  • trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java

    r8549 r8557  
    5050     * @param en2 The instance to subtract this one from.
    5151     * @return The new EastNorth position.
     52     * @deprecated use {@code subtract} on the other EastNorth instead
    5253     */
    5354    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.