JAL-4265 JAL-4267 allow injection of custom commands outside of Viewer binding model
authorJames Procter <j.procter@dundee.ac.uk>
Wed, 20 Sep 2023 13:13:57 +0000 (14:13 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Wed, 20 Sep 2023 13:13:57 +0000 (14:13 +0100)
src/jalview/structures/models/AAStructureBindingModel.java

index 9f15e55..6385551 100644 (file)
@@ -1098,7 +1098,7 @@ public abstract class AAStructureBindingModel
    * @param getReply
    * @param msg
    */
    * @param getReply
    * @param msg
    */
-  protected List<String> executeCommands(List<StructureCommandI> commands,
+  public List<String> executeCommands(List<StructureCommandI> commands,
           boolean getReply, String msg)
   {
     return executeCommand(getReply, msg,
           boolean getReply, String msg)
   {
     return executeCommand(getReply, msg,