From: Jim Procter Date: Thu, 19 Feb 2015 15:21:30 +0000 (+0000) Subject: JAL-1551 formatting X-Git-Tag: Release_2_10_0~296^2~161 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4ee76627c6ec3c5fcaa11527776d248948f22ce7;p=jalview.git JAL-1551 formatting --- diff --git a/src/jalview/datamodel/AlignedCodonFrame.java b/src/jalview/datamodel/AlignedCodonFrame.java index d0b2731..eb977bc 100644 --- a/src/jalview/datamodel/AlignedCodonFrame.java +++ b/src/jalview/datamodel/AlignedCodonFrame.java @@ -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