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

    https://github.com/apache/incubator-usergrid/pull/232#discussion_r28733686
  
    --- Diff: 
stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/EntityEndpoint.java
 ---
    @@ -30,7 +30,12 @@
     
     import javax.ws.rs.core.MediaType;
     
    -public class EntityEndpoint extends NamedResource {
    +public class EntityEndpoint extends NamedResource<EntityEndpoint> {
    +
    +    @Override
    +    protected EntityEndpoint getThis() {
    +        return null;
    --- End diff --
    
    I'm not entirely clear why we want to return null here. Could you add a 
comment , just seems strange when looking at the others returning themselves.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to