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

    https://github.com/apache/usergrid/pull/497#discussion_r57918010
  
    --- Diff: 
stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/EntityIndexBatch.java
 ---
    @@ -29,13 +32,7 @@
     
     public interface EntityIndexBatch {
     
    -    /**
    -     * Create index for Entity
    -     *
    -     * @param indexEdge  The edge to index the document into
    -     * @param entity     Entity to be indexed.
    -     */
    -    EntityIndexBatch index( final IndexEdge indexEdge, final Entity entity 
);
    +    EntityIndexBatch index( IndexEdge indexEdge, Entity entity );
    --- End diff --
    
    Let's put back final here


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to