Changeset 16981 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2020-08-30T21:05:03+02:00 (4 years ago)
Author:
simon04
Message:

Fix typo in code comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/ImageProviderTest.java

    r16838 r16981  
    237237        bufferedImage.getGraphics().drawImage(image, 0, 0, null);
    238238
    239         // check that the square of 1/4 size right lower to the center has some non-emtpy pixels
     239        // check that the square of 1/4 size right lower to the center has some non-empty pixels
    240240        boolean nonEmptyPixelExistsRightLowerToCenter = false;
    241241        for (int x = image.getWidth(null) / 2; x < image.getWidth(null) * 3 / 4; ++x) {
Note: See TracChangeset for help on using the changeset viewer.