Merge branch 'develop' of https://source.jalview.org/git/jalview into develop
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 14 Jul 2016 14:07:22 +0000 (15:07 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 14 Jul 2016 14:07:22 +0000 (15:07 +0100)
src/jalview/io/StructureFile.java

index 6970ffa..97e11eb 100644 (file)
@@ -304,7 +304,7 @@ public abstract class StructureFile extends AlignFile
   {
     for (PDBChain chain : getChains())
     {
-      if (chain.id.equalsIgnoreCase(id))
+      if (chain.id.equals(id))
       {
         return chain;
       }