X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fws%2Fserver%2FGlobPlotWS.java;h=affe48e19634ec16e5bbae2e313af79b1b656be0;hb=021b24f125d8b1e8390e99b4a835469dabdd7be1;hp=603c7dda9be5ef5b605833a71a6eee062c07d6e2;hpb=b0423691d9a44eae86799ad242c4fea58f9acd8d;p=jabaws.git diff --git a/webservices/compbio/ws/server/GlobPlotWS.java b/webservices/compbio/ws/server/GlobPlotWS.java index 603c7dd..affe48e 100644 --- a/webservices/compbio/ws/server/GlobPlotWS.java +++ b/webservices/compbio/ws/server/GlobPlotWS.java @@ -47,7 +47,7 @@ public class GlobPlotWS implements SequenceAnnotation { private static final PresetManager globPlotPresets = Util .getPresets(GlobPlot.class); - private static final LimitsManager limitMan = compbio.runner.Util + private static final LimitsManager limitMan = compbio.engine.client.Util .getLimits(new GlobPlot().getType()); ConfiguredExecutable init(List sequences)