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

    
https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70556797
  
    --- Diff: 
guacamole/src/main/java/org/apache/guacamole/rest/ObjectRetrievalService.java 
---
    @@ -23,19 +23,11 @@
     import org.apache.guacamole.GuacamoleException;
     import org.apache.guacamole.GuacamoleResourceNotFoundException;
     import org.apache.guacamole.net.auth.AuthenticationProvider;
    -import org.apache.guacamole.net.auth.Connection;
    -import org.apache.guacamole.net.auth.ConnectionGroup;
    -import org.apache.guacamole.net.auth.Directory;
    -import org.apache.guacamole.net.auth.User;
     import org.apache.guacamole.net.auth.UserContext;
     import org.apache.guacamole.GuacamoleSession;
    -import org.apache.guacamole.rest.connectiongroup.APIConnectionGroup;
     
     /**
    - * Provides easy access and automatic error handling for retrieval of 
objects,
    - * such as users, connections, or connection groups. REST API semantics, 
such
    - * as the special root connection group identifier, are also handled
    - * automatically.
    + * Provides easy access and automatic error handling for retrieval of 
objects.
    --- End diff --
    
    Should this even be called ObjectRetrievalService anymore? All it does is 
get userContexts out of the session at this point.


---
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