JAL-3518 removed unneeded override in ChimeraCommands
[jalview.git] / src / jalview / structure / StructureCommandsBase.java
index 57544b7..8716691 100644 (file)
@@ -24,7 +24,7 @@ public abstract class StructureCommandsBase implements StructureCommandsI
    * 
    * @return
    */
-  protected static String getCommandSeparator()
+  protected String getCommandSeparator()
   {
     return CMD_SEPARATOR;
   }