- Timestamp:
- 2016-08-06T21:22:29+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/widgets/MultiSplitLayout.java
r10748 r10749 938 938 * @return the Node that comes after this one in the parent's list of children. 939 939 * @see #previousSibling 940 * @see # parent_get940 * @see #getParent 941 941 */ 942 942 public Node nextSibling() { … … 951 951 * @return the Node that comes before this one in the parent's list of children. 952 952 * @see #nextSibling 953 * @see # parent_get953 * @see #getParent 954 954 */ 955 955 public Node previousSibling() {
Note:
See TracChangeset
for help on using the changeset viewer.