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:
0d972c3
)
JAL-1583 formatting
author
Jim Procter
<jprocter@dundee.ac.uk>
Fri, 28 Nov 2014 14:01:27 +0000
(14:01 +0000)
committer
Jim Procter
<jprocter@dundee.ac.uk>
Fri, 28 Nov 2014 14:01:27 +0000
(14:01 +0000)
src/jalview/ws/jws2/MsaWSThread.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/jws2/MsaWSThread.java
b/src/jalview/ws/jws2/MsaWSThread.java
index
c4f3d2d
..
2bae428
100644
(file)
--- a/
src/jalview/ws/jws2/MsaWSThread.java
+++ b/
src/jalview/ws/jws2/MsaWSThread.java
@@
-232,7
+232,7
@@
class MsaWSThread extends AWS2Thread implements WSClientI
int ow = w, nw = w;
for (i = 0, w = emptySeqs.size(); i < w; i++)
{
- String[] es = (String[]) emptySeqs.get(i);
+ String[] es = emptySeqs.get(i);
if (es != null && es[1] != null)
{
int sw = es[1].length();
@@
-263,7
+263,7
@@
class MsaWSThread extends AWS2Thread implements WSClientI
}
for (i = 0, w = emptySeqs.size(); i < w; i++)
{
- String[] es = (String[]) emptySeqs.get(i);
+ String[] es = emptySeqs.get(i);
if (es[1] == null)
{
t_alseqs[i + alseq_l] = new jalview.datamodel.Sequence(es[0],