JAL-2541 clearer comments (redo of lost commit f7967ad)
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 14 Sep 2017 10:02:21 +0000 (11:02 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 14 Sep 2017 10:02:21 +0000 (11:02 +0100)
src/jalview/commands/EditCommand.java

index c9b1e1f..53c2628 100644 (file)
@@ -1269,11 +1269,12 @@ public class EditCommand implements CommandI
 
     /*
      * features deleted by the cut (re-add on Undo)
+     * (including the original of any shortened features)
      */
     Map<SequenceI, List<SequenceFeature>> deletedFeatures;
 
     /*
-     * features shortened by the cut (delete on Undo)
+     * shortened features added by the cut (delete on Undo)
      */
     Map<SequenceI, List<SequenceFeature>> truncatedFeatures;