Ignore:
Timestamp:
2024-04-25T09:46:47+02:00 (6 months ago)
Author:
stoecker
Message:

fix checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/date/DateUtilsTest.java

    r19055 r19057  
    164164
    165165        setTimeZone(TimeZone.getTimeZone("Europe/Berlin"));
    166         assertEquals("1:00:00" + separator + "AM GMT+01:00", DateUtils.formatTime(new Date(0), DateFormat.LONG), "This is mostly dependent upon java.locale.providers. CET is also OK.");
     166        assertEquals("1:00:00" + separator + "AM GMT+01:00", DateUtils.formatTime(new Date(0),
     167            DateFormat.LONG), "This is mostly dependent upon java.locale.providers. CET is also OK.");
    167168    }
    168169
Note: See TracChangeset for help on using the changeset viewer.