| 
     
      
      
      From: <ha...@us...> - 2008-10-02 18:41:43
      
     
   | 
Revision: 2212
          http://cogkit.svn.sourceforge.net/cogkit/?rev=2212&view=rev
Author:   hategan
Date:     2008-10-02 18:41:23 +0000 (Thu, 02 Oct 2008)
Log Message:
-----------
formatting
Modified Paths:
--------------
    trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/ServiceManager.java
Modified: trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/ServiceManager.java
===================================================================
--- trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/ServiceManager.java	2008-10-02 18:40:51 UTC (rev 2211)
+++ trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/ServiceManager.java	2008-10-02 18:41:23 UTC (rev 2212)
@@ -128,7 +128,7 @@
 
     public String reserveService(Task task, String bootHandlerProvider)
             throws TaskSubmissionException {
-        return reserveService(getContact(task), getSecurityContext(task) ,bootHandlerProvider);
+        return reserveService(getContact(task), getSecurityContext(task), bootHandlerProvider);
     }
 
     protected String waitForStart(Object service) throws InterruptedException {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |