Merge branch 'develop' of https://source.jalview.org/git/jalview.git into develop
[jalview.git] / src / jalview / datamodel / PDBEntry.java
index eb955d6..98c78fc 100755 (executable)
@@ -94,7 +94,7 @@ public class PDBEntry
   {
     this.id = pdbId;
     this.chainCode = chain;
-    this.type = type.toString();
+    this.type = type == null ? null : type.toString();
     this.file = filePath;
   }