You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/06/07 18:54:59 UTC

[5/6] airavata git commit: AIRAVATA-2431 fixing typo

AIRAVATA-2431 fixing typo


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

Branch: refs/heads/thrift-docker
Commit: ff3fc16ddc760c69f60fb4bbf1cc63cdda10c688
Parents: 83102ed
Author: Marcus Christie <ma...@apache.org>
Authored: Wed Jun 7 14:19:47 2017 -0400
Committer: Marcus Christie <ma...@apache.org>
Committed: Wed Jun 7 14:51:59 2017 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/airavata/MigrationManager.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/ff3fc16d/modules/user-profile-migration/src/main/java/org/apache/airavata/MigrationManager.java
----------------------------------------------------------------------
diff --git a/modules/user-profile-migration/src/main/java/org/apache/airavata/MigrationManager.java b/modules/user-profile-migration/src/main/java/org/apache/airavata/MigrationManager.java
index b197c70..0f0175d 100644
--- a/modules/user-profile-migration/src/main/java/org/apache/airavata/MigrationManager.java
+++ b/modules/user-profile-migration/src/main/java/org/apache/airavata/MigrationManager.java
@@ -235,7 +235,7 @@ public class MigrationManager {
         }
 
         // Add Keycloak Tenant for Gateway
-        System.out.println("Creating Keycloak Tenant for gateway ...")
+        System.out.println("Creating Keycloak Tenant for gateway ...");
         Gateway gatewayWithIdAndSecret = iamAdminServicesClient.setUpGateway(authzToken, gateway, getPasswordCredential());
 
         // Update Gateway profile with the client id and secret