X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FRestJob.java;fp=src%2Fjalview%2Fws%2Frest%2FRestJob.java;h=824af901af17aaa2d6fe8ef488fe4d14f21bb41b;hb=be762d8d9c71a7aa3121e845c45911c7192b7827;hp=5fbc303f5655fbc38e4f9f82d9c77ed3584961d9;hpb=d1bb7a31fc091606aedbc255a5766ac79e36fa91;p=jalview.git diff --git a/src/jalview/ws/rest/RestJob.java b/src/jalview/ws/rest/RestJob.java index 5fbc303..824af90 100644 --- a/src/jalview/ws/rest/RestJob.java +++ b/src/jalview/ws/rest/RestJob.java @@ -77,8 +77,8 @@ public class RestJob extends AWsJob * @param viscontigs * visible contigs of an alignment view from which _input was derived */ - public RestJob(int jobNum, RestJobThread restJobThread, - AlignmentI _input, int[] viscontigs) + public RestJob(int jobNum, RestJobThread restJobThread, AlignmentI _input, + int[] viscontigs) { rsd = restJobThread.restClient.service; jobnum = jobNum; @@ -90,8 +90,8 @@ public class RestJob extends AWsJob // get sequences for the alignmentI // get groups trimmed to alignment columns // get any annotation trimmed to start/end columns, too. - squniq = jalview.analysis.SeqsetUtils.uniquify( - _input.getSequencesArray(), true); + squniq = jalview.analysis.SeqsetUtils + .uniquify(_input.getSequencesArray(), true); // prepare input // form alignment+groups+annotation,preprocess and then record references // for formatters @@ -122,8 +122,8 @@ public class RestJob extends AWsJob } else { - statMessage = ("Not enough groups defined on the alignment - need at least " + prm - .getValue().min); + statMessage = ("Not enough groups defined on the alignment - need at least " + + prm.getValue().min); } } }