Changeset 5903 in josm for trunk/src/org/openstreetmap/josm/gui/MultiSplitLayout.java
- Timestamp:
- 2013-04-25T17:57:04+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MultiSplitLayout.java
r5874 r5903 944 944 * @return the Node that comes after this one in the parent's list of children. 945 945 * @see #previousSibling 946 * @see # getParent946 * @see #parent_get 947 947 */ 948 948 public Node nextSibling() { … … 957 957 * @return the Node that comes before this one in the parent's list of children. 958 958 * @see #nextSibling 959 * @see # getParent959 * @see #parent_get 960 960 */ 961 961 public Node previousSibling() {
Note:
See TracChangeset
for help on using the changeset viewer.
