|
From: <ha...@us...> - 2008-08-26 23:10:03
|
Revision: 2129
http://cogkit.svn.sourceforge.net/cogkit/?rev=2129&view=rev
Author: hategan
Date: 2008-08-26 23:10:00 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
fixed delegation
Modified Paths:
--------------
trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/task/JobSpecificationImpl.java
Modified: trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/task/JobSpecificationImpl.java
===================================================================
--- trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/task/JobSpecificationImpl.java 2008-08-11 21:10:29 UTC (rev 2128)
+++ trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/task/JobSpecificationImpl.java 2008-08-26 23:10:00 UTC (rev 2129)
@@ -327,7 +327,7 @@
}
public void setDelegationEnabled(boolean delegation) {
- this.delegation = delegation ? Delegation.LIMITED_DELEGATION : Delegation.FULL_DELEGATION;
+ this.delegation = delegation ? Delegation.FULL_DELEGATION : Delegation.NO_DELEGATION;
}
public int getDelegation() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|