JAL-845 jim @mungo: should this be in a package local to jalview.analysis.Dna ?
authorJim Procter <jprocter@dundee.ac.uk>
Thu, 19 Feb 2015 15:22:36 +0000 (15:22 +0000)
committerJames Procter <jprocter@ls30857.local>
Fri, 5 Jun 2015 11:56:47 +0000 (12:56 +0100)
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
  *
  */