Changeset 19181 in josm for trunk/src/org


Ignore:
Timestamp:
2024-08-12T18:00:21+02:00 (5 months ago)
Author:
stoecker
Message:

PMD fixes

File:
1 edited

Legend:

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

    r19176 r19181  
    4141     * @return The x coordinate for this tile
    4242     */
     43    @SuppressWarnings("PMD.ShortMethodName")
    4344    public int x() {
    4445        return this.x;
     
    4950     * @return The y coordinate for this tile
    5051     */
     52    @SuppressWarnings("PMD.ShortMethodName")
    5153    public int y() {
    5254        return this.y;
Note: See TracChangeset for help on using the changeset viewer.