Merge branch 'reviews/features/JAL-2136_phyre2_integration_withJims' into merge/JAL...
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 066a6d1..bda269c 100644 (file)
@@ -1386,5 +1386,9 @@ public class StructureSelectionManager
     this.mappingForPhyre2Model = mappingForPhyre2Model;
   }
 
+  public static StructureSelectionManager getStructureSelectionManager()
+  {
+    return instances.values().iterator().next();
+  }
 
 }