Changeset 10749 in josm for trunk/src


Ignore:
Timestamp:
2016-08-06T21:22:29+02:00 (8 years ago)
Author:
Don-vip
Message:

fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/MultiSplitLayout.java

    r10748 r10749  
    938938         * @return the Node that comes after this one in the parent's list of children.
    939939         * @see #previousSibling
    940          * @see #parent_get
     940         * @see #getParent
    941941         */
    942942        public Node nextSibling() {
     
    951951         * @return the Node that comes before this one in the parent's list of children.
    952952         * @see #nextSibling
    953          * @see #parent_get
     953         * @see #getParent
    954954         */
    955955        public Node previousSibling() {
Note: See TracChangeset for help on using the changeset viewer.