[ 
https://issues.apache.org/jira/browse/GOSSIP-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061140#comment-16061140
 ] 

ASF GitHub Bot commented on GOSSIP-64:
--------------------------------------

Github user edwardcapriolo commented on a diff in the pull request:

    https://github.com/apache/incubator-gossip/pull/56#discussion_r123779745
  
    --- Diff: 
gossip-base/src/main/java/org/apache/gossip/crdt/CrdtAddRemoveSet.java ---
    @@ -0,0 +1,9 @@
    +package org.apache.gossip.crdt;
    +
    +import java.util.Set;
    +
    +public interface CrdtAddRemoveSet<T, SetType extends Set<T>, R extends 
CrdtAddRemoveSet<T, SetType, R>> extends CrdtSet<T, SetType, R> {
    +  R add(T element);
    --- End diff --
    
    Documentation needed here. POint out that original set is not modified and 
that new set is returned.


> Implement Max-Change-Sets 
> --------------------------
>
>                 Key: GOSSIP-64
>                 URL: https://issues.apache.org/jira/browse/GOSSIP-64
>             Project: Gossip
>          Issue Type: New Feature
>            Reporter: Edward Capriolo
>            Assignee: Maxim Rusak
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to