From: James Procter Date: Wed, 20 Sep 2023 13:13:57 +0000 (+0100) Subject: JAL-4265 JAL-4267 allow injection of custom commands outside of Viewer binding model X-Git-Tag: Release_2_11_4_0~174^2~5 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a10bdebb02433b48f5559c044d3ecd56cd76025f;p=jalview.git JAL-4265 JAL-4267 allow injection of custom commands outside of Viewer binding model --- diff --git a/src/jalview/structures/models/AAStructureBindingModel.java b/src/jalview/structures/models/AAStructureBindingModel.java index 9f15e55..6385551 100644 --- a/src/jalview/structures/models/AAStructureBindingModel.java +++ b/src/jalview/structures/models/AAStructureBindingModel.java @@ -1098,7 +1098,7 @@ public abstract class AAStructureBindingModel * @param getReply * @param msg */ - protected List executeCommands(List commands, + public List executeCommands(List commands, boolean getReply, String msg) { return executeCommand(getReply, msg,