Skip to content

Commit

Permalink
Allow stereo elements to be set on query atom containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jun 3, 2016
1 parent f9a12b4 commit de5fbcc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ public boolean isEmpty() {

@Override
public void setStereoElements(List<IStereoElement> elements) {
throw new UnsupportedOperationException();
this.stereoElements.clear();
this.stereoElements.addAll(elements);
}
}

0 comments on commit de5fbcc

Please sign in to comment.