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 <[email protected]>
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);

Reply via email to