You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/02/17 15:07:39 UTC

[airavata-custos] branch develop updated: Fix error

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/develop by this push:
     new 04445a7  Fix error
     new f17592e  Merge pull request #16 from isururanawaka/microservices_based_impl
04445a7 is described below

commit 04445a7658470dcba37fc606cff3b520ad4068c7
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Mon Feb 17 10:04:41 2020 -0500

    Fix error
---
 .../main/java/org/apache/custos/identity/service/IdentityService.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/custos-core-services/identity-core-service/src/main/java/org/apache/custos/identity/service/IdentityService.java b/custos-core-services/identity-core-service/src/main/java/org/apache/custos/identity/service/IdentityService.java
index a48a680..8c00f96 100644
--- a/custos-core-services/identity-core-service/src/main/java/org/apache/custos/identity/service/IdentityService.java
+++ b/custos-core-services/identity-core-service/src/main/java/org/apache/custos/identity/service/IdentityService.java
@@ -258,7 +258,6 @@ public class IdentityService extends IdentityServiceImplBase {
              LOGGER.info(object.toString());
 
             Struct struct = structBuilder.build();
-            struct.
 
             JsonFormat.parser().merge(object.toString(), structBuilder);
             responseObserver.onNext(struct);