adamsaghy commented on code in PR #2783:
URL: https://github.com/apache/fineract/pull/2783#discussion_r1039285495


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/domain/Client.java:
##########
@@ -763,30 +757,18 @@ public boolean isStaff() {
         return this.isStaff;
     }
 
-    public String getExternalId() {
-        return this.externalId;
+    public void setExternalId(String externalId) {

Review Comment:
   It should use ExternalId as type



-- 
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