Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-client/pull/32#discussion_r71819902
  
    --- Diff: 
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/tunnel/GuacamoleTunnelService.java
 ---
    @@ -145,4 +148,39 @@ GuacamoleTunnel getGuacamoleTunnel(AuthenticatedUser 
user,
          */
         public Collection<ActiveConnectionRecord> 
getActiveConnections(ConnectionGroup connectionGroup);
     
    +    /**
    +     * Creates a socket for the given user which joins the given active
    +     * connection. The given client information will be passed to guacd 
when
    +     * the connection is established. This function will apply any 
concurrent
    +     * usage rules in effect, but will NOT test object- or system-level
    --- End diff --
    
    It's standard. "object or system-level" would be like saying (object) or 
(system-level), wheras with the repeated hypen it's clear that the "-level" is 
meant to be common to both.
    
    Take a look at https://en.wikipedia.org/wiki/High-_and_low-level, for 
example.


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