JAL-2136 New Phyre2 branch + attempt to resynced with develop
[jalview.git] / src / jalview / gui / AssociateStructureFileWithSeq.java
@@ -28,24 +28,22 @@ import jalview.io.StructureFile;
 import jalview.structure.StructureSelectionManager;
 import jalview.util.MessageManager;
 
-import javax.swing.JOptionPane;
-
 /**
  * GUI related routines for associating PDB files with sequences
  * 
  * @author JimP
  * 
  */
-public class AssociatePdbFileWithSeq
+public class AssociateStructureFileWithSeq
 {
 
   /**
-   * assocate the given PDB file with
+   * associate the given PDB file with
    * 
    * @param choice
    * @param sequence
    */
-  public PDBEntry associatePdbWithSeq(String choice, DataSourceType file,
+  public PDBEntry associateStructureWithSeq(String choice, DataSourceType file,
           SequenceI sequence, boolean prompt,
           StructureSelectionManagerProvider ssmp)
   {