Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapView.java
r18755 r19057 122 122 * @since 10271 123 123 */ 124 private class LayerInvalidatedListener implements PaintableInvalidationListener {124 private final class LayerInvalidatedListener implements PaintableInvalidationListener { 125 125 private boolean ignoreRepaint; 126 126 -
trunk/test/unit/org/openstreetmap/josm/tools/date/DateUtilsTest.java
r19055 r19057 164 164 165 165 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."); 167 168 } 168 169
Note:
See TracChangeset
for help on using the changeset viewer.