Changeset 19181 in josm for trunk/src/org
- Timestamp:
- 2024-08-12T18:00:21+02:00 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/TileZXY.java
r19176 r19181 41 41 * @return The x coordinate for this tile 42 42 */ 43 @SuppressWarnings("PMD.ShortMethodName") 43 44 public int x() { 44 45 return this.x; … … 49 50 * @return The y coordinate for this tile 50 51 */ 52 @SuppressWarnings("PMD.ShortMethodName") 51 53 public int y() { 52 54 return this.y;
Note:
See TracChangeset
for help on using the changeset viewer.