321fc257fa5f3613e425ea02eb6b912417a22c94
[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 }