Skip to content

Commit

Permalink
make BeautiSubTemplate.removeSubnet public #327
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Jun 20, 2016
1 parent 313517d commit 637c443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/beast/app/beauti/BeautiSubTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public void setDoc(BeautiDoc doc) {
this.doc = doc;
}

void removeSubNet(BeautiSubTemplate template, PartitionContext context) {
public void removeSubNet(BeautiSubTemplate template, PartitionContext context) {
// disconnect all connection points in the template
for (BeautiConnector connector : template.connectors) {
doc.disconnect(connector, context);
Expand Down
2 changes: 1 addition & 1 deletion src/beast/evolution/tree/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ public void assignFrom(final Node[] nodes, final Node node) {
/**
* set meta-data according to pattern.
* Only heights are recognised, but derived classes could deal with
* richer meta data pattersn.
* richer meta data patterns.
*/
public void setMetaData(final String pattern, final Object value) {
startEditing();
Expand Down

0 comments on commit 637c443

Please sign in to comment.