JAL-2422 pull-up refactoring of structure commands (continued)
[jalview.git] / src / jalview / structure / StructureCommandsBase.java
1 package jalview.structure;
2
3 /**
4  * A base class holding methods useful to all classes that implement commands
5  * for structure viewers
6  * 
7  * @author gmcarstairs
8  *
9  */
10 public abstract class StructureCommandsBase implements StructureCommandsI
11 {
12 }