Merge branch 'develop' into features/JAL-892varnaToProject
[jalview.git] / src / jalview / datamodel / AlignedCodon.java
index 0daa3fb..12eb470 100644 (file)
@@ -7,6 +7,8 @@ package jalview.datamodel;
  * 
  * Example: in "G-AT-C-GA" the aligned codons are (0, 2, 3) and (5, 7, 8).
  * 
+ * JBPComment: Is this useful anywhere other than jalview.analysis.Dna ?
+ * 
  * @author gmcarstairs
  *
  */