You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2014/06/24 20:14:19 UTC

git commit: fixing build error

Repository: airavata
Updated Branches:
  refs/heads/master d56dd443e -> 4c34a5122


fixing build error


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4c34a512
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4c34a512
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4c34a512

Branch: refs/heads/master
Commit: 4c34a512205fba869559eb2cee3254c8a93bc3ab
Parents: d56dd44
Author: lahiru <la...@apache.org>
Authored: Tue Jun 24 14:14:00 2014 -0400
Committer: lahiru <la...@apache.org>
Committed: Tue Jun 24 14:14:00 2014 -0400

----------------------------------------------------------------------
 .../airavata/orchestrator/core/impl/GFACServiceJobSubmitter.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4c34a512/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/GFACServiceJobSubmitter.java
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/GFACServiceJobSubmitter.java b/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/GFACServiceJobSubmitter.java
index 4629b15..d85e731 100644
--- a/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/GFACServiceJobSubmitter.java
+++ b/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/GFACServiceJobSubmitter.java
@@ -76,7 +76,6 @@ public class GFACServiceJobSubmitter implements JobSubmitter,Watcher{
                     mutex.wait();
                 }
             }
-            AiravataZKUtils.
             String gfacServer = ServerSettings.getSetting(Constants.ZOOKEEPER_GFAC_SERVER_NODE, "/gfac-server");
             String experimentNode = ServerSettings.getSetting(Constants.ZOOKEEPER_GFAC_EXPERIMENT_NODE, "/gfac-experiments");
             List<String> children = zk.getChildren(gfacServer, this);