Changeset 19464 in josm for trunk


Ignore:
Timestamp:
2026-01-14T21:51:57+01:00 (22 hours ago)
Author:
stoecker
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/MapImage.java

    r19461 r19464  
    142142        // This should fix #21919: NPE due to disabledImgCache being null (race condition with #loadImage())
    143143        synchronized (this) {
    144             if(disabledImgCache != null) {
     144            if (disabledImgCache != null) {
    145145                Image disImg = GuiHelper.getDisabledImage(img);
    146146                if (disImg instanceof BufferedImage) {
Note: See TracChangeset for help on using the changeset viewer.