Merge branch 'bug/JAL-3760_protsTreatedAsNucleotides' into releases/Release_2_11_1_Branch
[jalview.git] / src / MCview / Residue.java
index d38faa2..edef5f1 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -49,4 +49,9 @@ public class Residue
 
     return null;
   }
+
+  public Vector<Atom> getAtoms()
+  {
+    return this.atoms;
+  }
 }