From 35e4bf27849cd0c5250749cca6d22bfc23b6d360 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Thu, 14 Sep 2017 11:02:21 +0100 Subject: [PATCH] JAL-2541 clearer comments (redo of lost commit f7967ad) --- src/jalview/commands/EditCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jalview/commands/EditCommand.java b/src/jalview/commands/EditCommand.java index c9b1e1f..53c2628 100644 --- a/src/jalview/commands/EditCommand.java +++ b/src/jalview/commands/EditCommand.java @@ -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> deletedFeatures; /* - * features shortened by the cut (delete on Undo) + * shortened features added by the cut (delete on Undo) */ Map> truncatedFeatures; -- 1.7.10.2