JAL-3675 2.11.1.1 java 8 compatible patch for JAL-3615 from feature/JAL-3615gzipXfam
[jalview.git] / src / MCview / Residue.java
index abb29a8..edef5f1 100755 (executable)
@@ -49,4 +49,9 @@ public class Residue
 
     return null;
   }
+
+  public Vector<Atom> getAtoms()
+  {
+    return this.atoms;
+  }
 }