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:
b4d1560
)
JAL-2245 defence against NullPointer if no EMBL data unmarshalled
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 5 Oct 2016 11:52:45 +0000
(12:52 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 5 Oct 2016 11:52:45 +0000
(12:52 +0100)
src/jalview/datamodel/xdb/embl/EmblFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/xdb/embl/EmblFile.java
b/src/jalview/datamodel/xdb/embl/EmblFile.java
index
48acb88
..
534b38c
100644
(file)
--- a/
src/jalview/datamodel/xdb/embl/EmblFile.java
+++ b/
src/jalview/datamodel/xdb/embl/EmblFile.java
@@
-177,7
+177,7
@@
public class EmblFile
}
}
-// if (entry.getFeatures() != null)
+ if (entry.getFeatures() != null)
{
for (EmblFeature feature : entry.getFeatures())
{