JAL-2541 clearer comments (redo of lost commit f7967ad)
[jalview.git] / 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;