JAL-1421 generics loop syntax; 'bug?' comment added
[jalview.git] / 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;
       }
     }