Ignore:
Timestamp:
2016-11-22T16:07:59+01:00 (7 years ago)
Author:
simon04
Message:

Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment

File:
1 edited

Legend:

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

    r10717 r11294  
    7575                    x += getHgap();
    7676                }
    77                 x += size.getWidth();
     77                x += size.width;
    7878                if (x > containerWidth) {
    7979                    totalHeight += rowHeight + getVgap();
Note: See TracChangeset for help on using the changeset viewer.