git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
043dab7
)
JAL-2541 clearer comments (redo of lost commit f7967ad)
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 14 Sep 2017 10:02:21 +0000
(11:02 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 14 Sep 2017 10:02:21 +0000
(11:02 +0100)
src/jalview/commands/EditCommand.java
patch
|
blob
|
history
diff --git
a/src/jalview/commands/EditCommand.java
b/src/jalview/commands/EditCommand.java
index
c9b1e1f
..
53c2628
100644
(file)
--- 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<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;