Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/TileZXY.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/TileZXY.java	(revision 19180)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/TileZXY.java	(revision 19181)
@@ -41,4 +41,5 @@
      * @return The x coordinate for this tile
      */
+    @SuppressWarnings("PMD.ShortMethodName")
     public int x() {
         return this.x;
@@ -49,4 +50,5 @@
      * @return The y coordinate for this tile
      */
+    @SuppressWarnings("PMD.ShortMethodName")
     public int y() {
         return this.y;
