X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fws%2Fserver%2FProbconsWS.java;h=586352bae4fb39b14ef76c32fb35f3d7c12e4db4;hb=175c6382f4b2838916a98a2d87f1a4fff0103ea6;hp=3600c462eff90da48e2a911c9af0dbc221649683;hpb=f2ed5ce799ceb51f32daa98c9d6c8fe936bf2195;p=jabaws.git diff --git a/webservices/compbio/ws/server/ProbconsWS.java b/webservices/compbio/ws/server/ProbconsWS.java index 3600c46..586352b 100644 --- a/webservices/compbio/ws/server/ProbconsWS.java +++ b/webservices/compbio/ws/server/ProbconsWS.java @@ -61,7 +61,7 @@ public class ProbconsWS implements MsaWS { private static final RunnerConfig probconsOptions = Util .getSupportedOptions(Probcons.class); - private static final LimitsManager limitMan = compbio.runner.Util + private static final LimitsManager limitMan = compbio.engine.client.Util .getLimits(new Probcons().getType()); @Override