You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by GitBox <gi...@apache.org> on 2022/07/22 08:05:00 UTC

[GitHub] [unomi] jkevan commented on a diff in pull request #463: UNOMI-631 Map sources to scopes

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-unsubscribe@unomi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org