X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FRestJob.java;h=824af901af17aaa2d6fe8ef488fe4d14f21bb41b;hb=86b84a537a05d03a21ba115bffe3575cedf98be0;hp=b77f21602858356771c9eda6e81f279e02547e79;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/src/jalview/ws/rest/RestJob.java b/src/jalview/ws/rest/RestJob.java index b77f216..824af90 100644 --- a/src/jalview/ws/rest/RestJob.java +++ b/src/jalview/ws/rest/RestJob.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -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); } } }