Ignore:
Timestamp:
2016-06-12T14:24:28+02:00 (8 years ago)
Author:
stoecker
Message:

javadoc and style fixes

File:
1 edited

Legend:

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

    r10359 r10362  
    14751475            scaleX = scaleY = (double) realHeight / sourceHeight;
    14761476            realWidth = (int) Math.round(sourceWidth * scaleX);
    1477         }
    1478         else {
     1477        } else {
    14791478            scaleX = scaleY = (double) realHeight / sourceHeight;
    14801479        }
Note: See TracChangeset for help on using the changeset viewer.