JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / io / StructureFile.java
index 084f886..6b623a1 100644 (file)
@@ -119,6 +119,7 @@ public abstract class StructureFile extends AlignFile
     pdbSequence.setName(getId() + "|" + pdbSequence.getName());
     PDBEntry entry = new PDBEntry();
     entry.setId(getId());
+    entry.setFakedPDBId(!isPPDBIdAvailable());
     entry.setType(getStructureFileType());
     if (chain.id != null)
     {
@@ -341,10 +342,10 @@ public abstract class StructureFile extends AlignFile
     }
     StructureImportSettings.setShowSeqFeatures(true);
   }
-  
+
   /**
-   * Answers the first PDBChain found matching the given id, or null if none 
-   * is found
+   * Answers the first PDBChain found matching the given id, or null if none is
+   * found
    * 
    * @param id
    * @return