jkevan commented on code in PR #463: URL: https://github.com/apache/unomi/pull/463#discussion_r927393992
########## api/src/main/java/org/apache/unomi/api/Event.java: ########## @@ -398,12 +393,10 @@ public void setFlattenedProperties(Map<String, Object> flattenedProperties) { /** * @return the scope */ - @Deprecated public String getScope() { return scope; } - @Deprecated public void setScope(String scope) { this.scope = scope; } Review Comment: I think this setter/getter can be removed. -- 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: dev-unsubscr...@unomi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org