Ignore:
Timestamp:
2015-11-30T23:14:56+01:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle - Comments Indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java

    r9065 r9073  
    793793                                (int) (repeat - pos), 0,
    794794                                (int) (repeat - pos + segmentLength), imgHeight, null);
    795                     // rest of the image fits fully on the current segment
    796795                    } else {
     796                        // rest of the image fits fully on the current segment
    797797                        g.drawImage(pattern.getImage(disabled), 0, dy1, (int) (pos - spacing), dy2,
    798798                                (int) (repeat - pos), 0, imgWidth, imgHeight, null);
Note: See TracChangeset for help on using the changeset viewer.