JAL-1479 revise warning message to suit all contexts bug/JAL-2044jmolModelBinding
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 13 Oct 2016 09:58:06 +0000 (10:58 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 13 Oct 2016 09:58:06 +0000 (10:58 +0100)
src/jalview/ws/sifts/SiftsClient.java

index e85edd2..acca50f 100644 (file)
@@ -472,8 +472,7 @@ public class SiftsClient implements SiftsClientI
 
     if (mapping.isEmpty())
     {
-      throw new SiftsException(
-              "SIFTS mapping failed - falling back on Needleman-Wunsch");
+      throw new SiftsException("SIFTS mapping failed");
     }
 
     Integer[] keys = mapping.keySet().toArray(new Integer[0]);