JAL-2422 pull-up refactoring of structure commands (continued)
[jalview.git] / src / jalview / structure / StructureCommandsBase.java
diff --git a/src/jalview/structure/StructureCommandsBase.java b/src/jalview/structure/StructureCommandsBase.java
new file mode 100644 (file)
index 0000000..321fc25
--- /dev/null
@@ -0,0 +1,12 @@
+package jalview.structure;
+
+/**
+ * A base class holding methods useful to all classes that implement commands
+ * for structure viewers
+ * 
+ * @author gmcarstairs
+ *
+ */
+public abstract class StructureCommandsBase implements StructureCommandsI
+{
+}