Index: trunk/src/org/openstreetmap/josm/data/osm/Node.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/Node.java	(revision 12752)
+++ trunk/src/org/openstreetmap/josm/data/osm/Node.java	(revision 12753)
@@ -104,6 +104,11 @@
      * <p>
      * Uses the {@link Main#getProjection() global projection} to project the lat/lon-coordinates.
-     * @return the east north coordinates or {@code null} if #is
-     */
+     * <p>
+     * Method {@link org.openstreetmap.josm.data.coor.ILatLon#getEastNorth()} of
+     * implemented interface <code>ILatLon</code> is deprecated, but this method is not.
+     * @return the east north coordinates or {@code null} if {@link #isLatLonKnown()}
+     * is false.
+     */
+    @SuppressWarnings("deprecation")
     @Override
     public EastNorth getEastNorth() {
