Removed a lying comment
This commit is contained in:
parent
3a715eeaf0
commit
bedd3302f5
|
@ -44,10 +44,6 @@ public class Interval implements Iterable<Long> {
|
||||||
iterator.add(node);
|
iterator.add(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds the external interval to the current interval, modifying it.
|
|
||||||
* @param extInterval the inverval to add to the current interval
|
|
||||||
*/
|
|
||||||
public Interval union(Interval extInterval) {
|
public Interval union(Interval extInterval) {
|
||||||
Interval toret = new Interval();
|
Interval toret = new Interval();
|
||||||
for (Node node : interval) {
|
for (Node node : interval) {
|
||||||
|
|
Loading…
Reference in New Issue