git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c7a94
)
JAL-1479 revise warning message to suit all contexts
bug/JAL-2044jmolModelBinding
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 13 Oct 2016 09:58:06 +0000
(10:58 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 13 Oct 2016 09:58:06 +0000
(10:58 +0100)
src/jalview/ws/sifts/SiftsClient.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/sifts/SiftsClient.java
b/src/jalview/ws/sifts/SiftsClient.java
index
e85edd2
..
acca50f
100644
(file)
--- a/
src/jalview/ws/sifts/SiftsClient.java
+++ b/
src/jalview/ws/sifts/SiftsClient.java
@@
-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]);