lahirujayathilake commented on code in PR #67:
URL: https://github.com/apache/airavata-mft/pull/67#discussion_r1066814297


##########
common/common-clients/src/main/java/org/apache/airavata/mft/admin/MFTConsulClient.java:
##########
@@ -111,6 +112,9 @@ public MFTConsulClient(String host, int port) {
         this.sessionClient = client.sessionClient();
     }
 
+    public MFTConsulClient() {
+    }
+

Review Comment:
   Without this, there will be BeanInstantiationException. (Because this class 
has two parameterized constructors)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to