Index: /trunk/src/org/openstreetmap/josm/data/osm/Way.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/Way.java	(revision 1899)
+++ /trunk/src/org/openstreetmap/josm/data/osm/Way.java	(revision 1900)
@@ -24,5 +24,9 @@
     /**
      * All way nodes in this way
-     */
+     * 
+     * @deprecated This public field will become private or protected in the future.
+     *  Use the new public API instead.
+     */
+    @Deprecated
     public final List<Node> nodes = new ArrayList<Node>();
 
