sergehuber commented on code in PR #403:
URL: https://github.com/apache/unomi/pull/403#discussion_r850426737
##########
api/src/main/java/org/apache/unomi/api/services/ProfileService.java:
##########
@@ -110,6 +110,10 @@ public interface ProfileService {
void addAliasToProfile(String profileID, String alias, String clientID);
+ ProfileAlias removeAliasFromProfile(String profileID, String alias, String
clientID);
Review Comment:
Could you please add Javadoc for all the profile alias methods ? This is a
requirement of the API classes
--
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]