From a10bdebb02433b48f5559c044d3ecd56cd76025f Mon Sep 17 00:00:00 2001 From: James Procter Date: Wed, 20 Sep 2023 14:13:57 +0100 Subject: [PATCH] JAL-4265 JAL-4267 allow injection of custom commands outside of Viewer binding model --- src/jalview/structures/models/AAStructureBindingModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.2