Changeset 19057 in josm


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

fix checkstyle

Location:
trunk
Files:
2 edited

Legend:

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

    r18755 r19057  
    122122     * @since 10271
    123123     */
    124     private class LayerInvalidatedListener implements PaintableInvalidationListener {
     124    private final class LayerInvalidatedListener implements PaintableInvalidationListener {
    125125        private boolean ignoreRepaint;
    126126
  • 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.