Removed a lying comment

This commit is contained in:
Sugui 2023-12-09 10:25:27 +01:00
parent 3a715eeaf0
commit bedd3302f5
1 changed files with 0 additions and 4 deletions

View File

@ -44,10 +44,6 @@ public class Interval implements Iterable<Long> {
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) {
Interval toret = new Interval();
for (Node node : interval) {