Skip to content

Commit

Permalink
make alignments non-clonable for BEAUti link/unlink support #1150
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Jun 10, 2024
1 parent d638eec commit c9d41d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/beast/base/evolution/alignment/Alignment.java
Original file line number Diff line number Diff line change
Expand Up @@ -974,5 +974,10 @@ public void restore() {
// TODO Auto-generated method stub

}


@Override
public boolean notCloneable() {
return true;
}
} // class Data

0 comments on commit c9d41d9

Please sign in to comment.