JAL-1551 formatting
authorJim Procter <jprocter@dundee.ac.uk>
Thu, 19 Feb 2015 15:21:30 +0000 (15:21 +0000)
committerJames Procter <jprocter@ls30857.local>
Fri, 5 Jun 2015 11:56:47 +0000 (12:56 +0100)
src/jalview/datamodel/AlignedCodonFrame.java

index d0b2731..eb977bc 100644 (file)
@@ -33,12 +33,12 @@ import jalview.util.MappingUtils;
 public class AlignedCodonFrame
 {
 
-  /*
+  /**
    * tied array of na Sequence objects.
    */
   private SequenceI[] dnaSeqs = null;
 
-  /*
+  /**
    * tied array of Mappings to protein sequence Objects and SequenceI[]
    * aaSeqs=null; MapLists where each maps from the corresponding dnaSeqs
    * element to corresponding aaSeqs element