Changeset 6093 in josm for trunk/src/org/openstreetmap/josm/gui/MultiSplitLayout.java
- Timestamp:
- 2013-07-30T18:35:47+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MultiSplitLayout.java
r6084 r6093 1193 1193 private static void addSplitChild(Split parent, Node child) { 1194 1194 List<Node> children = new ArrayList<Node>(parent.getChildren()); 1195 if (children. size() == 0) {1195 if (children.isEmpty()) { 1196 1196 children.add(child); 1197 1197 }
Note:
See TracChangeset
for help on using the changeset viewer.
