You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sh...@apache.org on 2015/04/16 23:08:00 UTC

[3/4] airavata git commit: Fixed typo in log message.

Fixed typo in log message.


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

Branch: refs/heads/master
Commit: 06e4f1d249af5fc486cfaeb76d32e98c370cf755
Parents: 49e5201
Author: shamrath <sh...@gmail.com>
Authored: Wed Apr 15 18:45:13 2015 -0400
Committer: shamrath <sh...@gmail.com>
Committed: Wed Apr 15 18:45:13 2015 -0400

----------------------------------------------------------------------
 .../workflow/model/component/registry/JCRComponentRegistry.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/06e4f1d2/modules/workflow-model/workflow-model-component/src/main/java/org/apache/airavata/workflow/model/component/registry/JCRComponentRegistry.java
----------------------------------------------------------------------
diff --git a/modules/workflow-model/workflow-model-component/src/main/java/org/apache/airavata/workflow/model/component/registry/JCRComponentRegistry.java b/modules/workflow-model/workflow-model-component/src/main/java/org/apache/airavata/workflow/model/component/registry/JCRComponentRegistry.java
index 84d3408..916e593 100644
--- a/modules/workflow-model/workflow-model-component/src/main/java/org/apache/airavata/workflow/model/component/registry/JCRComponentRegistry.java
+++ b/modules/workflow-model/workflow-model-component/src/main/java/org/apache/airavata/workflow/model/component/registry/JCRComponentRegistry.java
@@ -57,7 +57,7 @@ public class JCRComponentRegistry extends ComponentRegistry {
                     tree.add(jcr);
                 }
             } else {
-                log.error("Gateway {} Id is not exits", gatewayId);
+                log.error("Gateway {} Id is not exist", gatewayId);
             }
         } catch (Exception e) {
             log.error(e.getMessage(), e);