Index: /trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java	(revision 10924)
+++ /trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java	(revision 10925)
@@ -912,4 +912,8 @@
      * @param n The node
      * @param img The icon to draw at the node position
+     * @param disabled {@code} true to render disabled version, {@code false} for the standard version
+     * @param selected {@code} true to render it as selected, {@code false} otherwise
+     * @param member {@code} true to render it as a relation member, {@code false} otherwise
+     * @param theta the angle of rotation in radians
      */
     public void drawNodeIcon(Node n, MapImage img, boolean disabled, boolean selected, boolean member, double theta) {
Index: /trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java	(revision 10924)
+++ /trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java	(revision 10925)
@@ -506,4 +506,6 @@
     /**
      * looses precision, may overflow (depends on p and current scale)
+     * @param p east/north
+     * @return point
      * @see #getPoint2D(EastNorth)
      */
@@ -515,4 +517,6 @@
     /**
      * looses precision, may overflow (depends on p and current scale)
+     * @param latlon lat/lon
+     * @return point
      * @see #getPoint2D(LatLon)
      */
@@ -524,4 +528,6 @@
     /**
      * looses precision, may overflow (depends on p and current scale)
+     * @param n node
+     * @return point
      * @see #getPoint2D(Node)
      */
