Index: trunk/src/org/openstreetmap/josm/gui/widgets/MultiSplitLayout.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/widgets/MultiSplitLayout.java	(revision 10748)
+++ trunk/src/org/openstreetmap/josm/gui/widgets/MultiSplitLayout.java	(revision 10749)
@@ -938,5 +938,5 @@
          * @return the Node that comes after this one in the parent's list of children.
          * @see #previousSibling
-         * @see #parent_get
+         * @see #getParent
          */
         public Node nextSibling() {
@@ -951,5 +951,5 @@
          * @return the Node that comes before this one in the parent's list of children.
          * @see #nextSibling
-         * @see #parent_get
+         * @see #getParent
          */
         public Node previousSibling() {
