JAL-2136 New Phyre2 branch + attempt to resynced with develop
[jalview.git] / src / jalview / ext / jmol / JmolCommands.java
index 3e7ca59..9c819c9 100644 (file)
@@ -113,8 +113,7 @@ public class JmolCommands
                 col = Color.GRAY;
               }
 
-              String newSelcom = (mapping[m].getChain() != " " ? ":"
-                      + mapping[m].getChain() : "")
+              String newSelcom = ":" + mapping[m].getChain()
                       + "/"
                       + (pdbfnum + 1)
                       + ".1"