X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=engine%2Fcompbio%2Fengine%2Fcluster%2Fdundee%2F_QueueConstraints.java;h=637136fcf04e9047883e6992dbc07ae090baa7f5;hb=ba2d4e920e433bd080f448248e7dacade69a27a0;hp=2f697288809dd1d69ea51dd87805e00471db7bf7;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/engine/compbio/engine/cluster/dundee/_QueueConstraints.java b/engine/compbio/engine/cluster/dundee/_QueueConstraints.java index 2f69728..637136f 100644 --- a/engine/compbio/engine/cluster/dundee/_QueueConstraints.java +++ b/engine/compbio/engine/cluster/dundee/_QueueConstraints.java @@ -17,14 +17,15 @@ */ package compbio.engine.cluster.dundee; -public final class _QueueConstraints { +@Deprecated +final class _QueueConstraints { - private _QueueConstraints() {} + private _QueueConstraints() { + } public static final int SHORT_TIME_LIMIT = 8; - public static final int LONG_TIME_LIMIT = 24; + public static final int LONG_TIME_LIMIT = 24; public static final int FIRST_MEMORY_LIMIT = 14000; - public static final int MAX_MEMORY_LIMIT = 30000; - + public static final int MAX_MEMORY_LIMIT = 30000; }