Remove noise in TreeList.AVLNode#toString()
This commit is contained in:
parent
3fce6dbb00
commit
86d1f5d0dd
|
@ -743,9 +743,8 @@ public class TreeList<E> extends AbstractList<E> {
|
|||
.append(value)
|
||||
.append(CollectionUtils.COMMA)
|
||||
.append(getRightSubTree() != null)
|
||||
.append(", faedelung ")
|
||||
.append(rightIsNext)
|
||||
.append(" )")
|
||||
.append(")")
|
||||
.toString();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue