JAL-2541 clearer comments
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 20 Jun 2017 10:21:26 +0000 (11:21 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 20 Jun 2017 10:21:26 +0000 (11:21 +0100)
src/jalview/commands/EditCommand.java

index ed310da..7387295 100644 (file)
@@ -1263,11 +1263,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;