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:
23857ae
)
JAL-3063 tidy commented out code
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 24 Sep 2018 07:53:16 +0000
(08:53 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 24 Sep 2018 07:53:16 +0000
(08:53 +0100)
src/jalview/project/Jalview2XML.java
patch
|
blob
|
history
diff --git
a/src/jalview/project/Jalview2XML.java
b/src/jalview/project/Jalview2XML.java
index
3a9060e
..
e546789
100644
(file)
--- a/
src/jalview/project/Jalview2XML.java
+++ b/
src/jalview/project/Jalview2XML.java
@@
-3098,8
+3098,6
@@
public class Jalview2XML
}
if (safeBoolean(jseq.isViewreference()))
- // if (jseq.isViewreference() != null
- // && jseq.isViewreference().booleanValue())
{
referenceseqForView = tmpseqs.get(tmpseqs.size() - 1);
}
@@
-3385,8
+3383,7
@@
public class Jalview2XML
// annotation.setAutoCalculated(true);
// }
}
- if (autoForView || // (annotation.hasAutoCalculated() &&
- annotation.isAutoCalculated())
+ if (autoForView || annotation.isAutoCalculated())
{
// remove ID - we don't recover annotation from other views for
// view-specific annotation