X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FAssociatePdbFileWithSeq.java;h=f67d6da23f3b3edb09b81962647f506d15e1df9f;hb=9876fdccf311378e690c1f9e18db52675d427b89;hp=7e646e25bcd2c434c4a26b60f65b643f56318c9a;hpb=bc27e1b604af729b363da1f29bdd5774ca79f4e4;p=jalview.git diff --git a/src/jalview/gui/AssociatePdbFileWithSeq.java b/src/jalview/gui/AssociatePdbFileWithSeq.java index 7e646e2..f67d6da 100644 --- a/src/jalview/gui/AssociatePdbFileWithSeq.java +++ b/src/jalview/gui/AssociatePdbFileWithSeq.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -50,8 +50,8 @@ public class AssociatePdbFileWithSeq PDBEntry entry = new PDBEntry(); MCview.PDBfile pdbfile = null; pdbfile = StructureSelectionManager.getStructureSelectionManager(ssmp) - .setMapping(false, new SequenceI[] - { sequence }, null, choice, protocol); + .setMapping(false, new SequenceI[] { sequence }, null, choice, + protocol); if (pdbfile == null) { // stacktrace already thrown so just return