From: gmungoc Date: Thu, 14 Sep 2017 10:02:21 +0000 (+0100) Subject: JAL-2541 clearer comments (redo of lost commit f7967ad) X-Git-Tag: Release_2_11_1_0~98^2~23^2~13 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=35e4bf27849cd0c5250749cca6d22bfc23b6d360;p=jalview.git JAL-2541 clearer comments (redo of lost commit f7967ad) --- 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;