File tree Expand file tree Collapse file tree
src/main/java/org/variantsync/diffdetective/variation/tree Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 *
3434 * <p>This class contains references to all of its children and its parent so all connected nodes of
3535 * a variation tree can be reached through each node of the variation tree. Nevertheless, most of
36- * the time only node itself or its subtree (the reflexive hull of {@link getChildren}) is meant
37- * when when referencing a {@code VariationTreeNode}. Use {@link VariationTree} to unambiguously
36+ * the time only the node itself or its subtree (the reflexive hull of {@link getChildren}) is referred to
37+ * when referencing a {@code VariationTreeNode}. Use {@link VariationTree} to unambiguously
3838 * refer to a whole variation tree.
3939 *
4040 * <p>If possible, algorithms should be using {@link VariationNode} instead of this concrete
You can’t perform that action at this time.
0 commit comments