Merge branch 'JABAWS_Release_2_0'
[jabaws.git] / engine / compbio / engine / cluster / dundee / _QueueConstraints.java
diff --git a/engine/compbio/engine/cluster/dundee/_QueueConstraints.java b/engine/compbio/engine/cluster/dundee/_QueueConstraints.java
deleted file mode 100644 (file)
index 637136f..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/* Copyright (c) 2009 Peter Troshin\r
- *  \r
- *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 1.0     \r
- * \r
- *  This library is free software; you can redistribute it and/or modify it under the terms of the\r
- *  Apache License version 2 as published by the Apache Software Foundation\r
- * \r
- *  This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\r
- *  even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache \r
- *  License for more details.\r
- * \r
- *  A copy of the license is in apache_license.txt. It is also available here:\r
- * @see: http://www.apache.org/licenses/LICENSE-2.0.txt\r
- * \r
- * Any republication or derived work distributed in source code form\r
- * must include this copyright and license notice.\r
- */\r
-package compbio.engine.cluster.dundee;\r
-\r
-@Deprecated\r
-final class _QueueConstraints {\r
-\r
-       private _QueueConstraints() {\r
-       }\r
-\r
-       public static final int SHORT_TIME_LIMIT = 8;\r
-       public static final int LONG_TIME_LIMIT = 24;\r
-       public static final int FIRST_MEMORY_LIMIT = 14000;\r
-       public static final int MAX_MEMORY_LIMIT = 30000;\r
-\r
-}\r