thesmallstar commented on a change in pull request #905:
URL: https://github.com/apache/fineract/pull/905#discussion_r426272869
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/useradministration/domain/AppUser.java
##########
@@ -663,4 +663,8 @@ public boolean isSelfServiceUser() {
return newAppUserClientMappings;
}
+ @Override
+ public String toString() {
Review comment:
Hello @xurror, if I am not wrong, it is explicitly used for debugging(if
the test fails).
Refer to this how it helped: #858 and
https://issues.apache.org/jira/browse/FINERACT-828
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]