JAL-653 small comment change only
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 30 Nov 2015 10:03:15 +0000 (10:03 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 30 Nov 2015 10:03:15 +0000 (10:03 +0000)
src/jalview/analysis/AlignmentUtils.java

index 898e4f7..719dbfb 100644 (file)
@@ -1084,13 +1084,13 @@ public class AlignmentUtils
     SequenceI proteinDs = proteinSeq.getDatasetSequence() == null ? proteinSeq
             : proteinSeq.getDatasetSequence();
 
-    /*
-     * Already mapped?
-     */
     for (AlignedCodonFrame mapping : mappings)
     {
       if (proteinDs == mapping.getAaForDnaSeq(dnaDs))
       {
+        /*
+         * already mapped
+         */
         return true;
       }
     }