From 4b2392caa53f1de3400e7916d1d9c7b815d446f4 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Thu, 10 Oct 2019 15:14:31 +0100 Subject: [PATCH] JAL-3454 tidy comments --- src/jalview/io/AppletFormatAdapter.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/jalview/io/AppletFormatAdapter.java b/src/jalview/io/AppletFormatAdapter.java index 8c29078..49d2c6c 100755 --- a/src/jalview/io/AppletFormatAdapter.java +++ b/src/jalview/io/AppletFormatAdapter.java @@ -158,9 +158,8 @@ public class AppletFormatAdapter { this.selectedFile = selectedFile; - // BH 2019.10.06 PDB.getSequenceRecords calling this and then needs string, - // below inFile = (selectedFile == null ? file : selectedFile.getPath()); + try { if (fileFormat.isStructureFile()) @@ -179,8 +178,6 @@ public class AppletFormatAdapter } else { - // BH: This block is executed by PDBSequenceFetcherTest - // todo is mc_view parsing obsolete yet? JAL-2120 StructureImportSettings.setShowSeqFeatures(true); alignFile = new mc_view.PDBfile(annotFromStructure, -- 1.7.10.2