Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -40,9 +40,6 @@ public <C extends CtIntersectionTypeReference> C setBounds(List<CtTypeReference<
this.bounds = CtElementImpl.emptyList();
return (C) this;
}
if (this.bounds == CtElementImpl.<CtTypeReference<?>>emptySet()) {
this.bounds = new ArrayList<>();
}
getFactory().getEnvironment().getModelChangeListener().onListDeleteAll(this, BOUND, this.bounds, new ArrayList<>(this.bounds));
this.bounds.clear();
for (CtTypeReference<?> bound : bounds) {

0 comments on commit 5285a68

Please sign in to comment.