Ignore:
Timestamp:
2015-12-29T18:51:22+01:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle 6.14 + tune xml validation settings in Eclipse project

File:
1 edited

Legend:

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

    r8674 r9212  
    1313     * the decimal format 999.999
    1414     */
    15     DECIMAL_DEGREES (tr("Decimal Degrees")),
     15    DECIMAL_DEGREES(tr("Decimal Degrees")),
    1616
    1717    /**
    1818     * the degrees/minutes/seconds format 9 deg 99 min 99 sec
    1919     */
    20     DEGREES_MINUTES_SECONDS (tr("deg\u00B0 min'' sec\"")),
     20    DEGREES_MINUTES_SECONDS(tr("deg\u00B0 min'' sec\"")),
    2121
    2222    /**
    2323     * the nautical format
    2424     */
    25     NAUTICAL (tr("deg\u00B0 min'' (Nautical)")),
     25    NAUTICAL(tr("deg\u00B0 min'' (Nautical)")),
    2626
    2727    /**
    2828     * coordinates East/North
    2929     */
    30     EAST_NORTH (tr("Projected Coordinates"));
     30    EAST_NORTH(tr("Projected Coordinates"));
    3131
    3232    private String displayName;
Note: See TracChangeset for help on using the changeset viewer.