Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

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

    r10365 r10378  
    102102        if (i instanceof ImageIcon && i.getIconHeight() != iconHeight) {
    103103            Image im = ((ImageIcon) i).getImage();
    104             int newWidth = im.getWidth(null) *  iconHeight / im.getHeight(null);
     104            int newWidth = im.getWidth(null) * iconHeight / im.getHeight(null);
    105105            ImageIcon icon = new ImageIcon(im.getScaledInstance(newWidth, iconHeight, Image.SCALE_SMOOTH));
    106106            setIcon(icon);
Note: See TracChangeset for help on using the changeset viewer.