Ignore:
Timestamp:
2015-07-08T13:30:32+02:00 (10 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java

    r8574 r8582  
    108108                parsePart2(str, 17));
    109109            long millis = parsePart3(str, 20);
    110             if (str.length() == 29){
     110            if (str.length() == 29) {
    111111                millis += parsePart2(str, 24) * (str.charAt(23) == '+' ? -3600000 : 3600000);
    112112            }
Note: See TracChangeset for help on using the changeset viewer.