From: Jim Procter Date: Fri, 28 Nov 2014 14:01:27 +0000 (+0000) Subject: JAL-1583 formatting X-Git-Tag: Jalview_2_9~136^2~10 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f0b7bd82fa708693fc3decc1946f56d79db3ef4c;p=jalview.git JAL-1583 formatting --- diff --git a/src/jalview/ws/jws2/MsaWSThread.java b/src/jalview/ws/jws2/MsaWSThread.java index c4f3d2d..2bae428 100644 --- 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],