Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / 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 }