X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fjws2%2FAbstractJabaCalcWorker.java;h=1cc63618ce26479185e060ea1a4b02660196f31e;hb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;hp=a7cc5b630ec120aab32c6277824de962a2b61109;hpb=2b8cf92a2483d206d9e574bbe8306ad845a308d8;p=jalview.git diff --git a/src/jalview/ws/jws2/AbstractJabaCalcWorker.java b/src/jalview/ws/jws2/AbstractJabaCalcWorker.java index a7cc5b6..1cc6361 100644 --- a/src/jalview/ws/jws2/AbstractJabaCalcWorker.java +++ b/src/jalview/ws/jws2/AbstractJabaCalcWorker.java @@ -1,3 +1,23 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) + * Copyright (C) 2015 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.ws.jws2; import jalview.analysis.AlignSeq; @@ -364,11 +384,13 @@ public abstract class AbstractJabaCalcWorker extends AlignCalcWorker /** * validate input for dynamic/non-dynamic update context + * * @param dynamic * @param seqs * @return true if input is valid */ - abstract boolean checkValidInputSeqs(boolean dynamic, List seqs); + abstract boolean checkValidInputSeqs(boolean dynamic, + List seqs); abstract String submitToService( List seqs) @@ -390,11 +412,11 @@ public abstract class AbstractJabaCalcWorker extends AlignCalcWorker String id = rslt; if (cancelJob(rslt)) { - System.err.println("Cancelled job "+id); + System.err.println("Cancelled job " + id); } - else + else { - System.err.println("Job "+id+" couldn't be cancelled."); + System.err.println("Job " + id + " couldn't be cancelled."); } } catch (Exception q) {