|
From: <ha...@us...> - 2007-08-16 22:52:31
|
Revision: 1682
http://cogkit.svn.sourceforge.net/cogkit/?rev=1682&view=rev
Author: hategan
Date: 2007-08-16 15:52:30 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
no throw of such thing
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/ThrottlingScheduler.java
Modified: trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/ThrottlingScheduler.java
===================================================================
--- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/ThrottlingScheduler.java 2007-08-16 22:51:47 UTC (rev 1681)
+++ trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/ThrottlingScheduler.java 2007-08-16 22:52:30 UTC (rev 1682)
@@ -19,8 +19,7 @@
throw new UnsupportedOperationException("No host(s) specified");
}
- public Service resolveService(BoundContact contact, int taskType)
- throws NoFreeResourceException {
+ public Service resolveService(BoundContact contact, int taskType) {
TaskConstraints tc = contact.getConstraints();
if (tc != null) {
String provider = (String) tc.getConstraint("provider");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|