ilgrosso commented on code in PR #419:
URL: https://github.com/apache/syncope/pull/419#discussion_r1124097966
##########
common/am/lib/src/main/java/org/apache/syncope/common/lib/to/ClientAppTO.java:
##########
@@ -53,6 +53,8 @@ public abstract class ClientAppTO implements NamedEntityTO {
private String description;
+ private String logo;
Review Comment:
Need to include this new property in `equals()` and `hashCode()` methods.
--
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]