Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/69#discussion_r77476421
--- Diff: guacamole/src/main/webapp/app/rest/types/ConnectionGroup.js ---
@@ -129,6 +129,13 @@ angular.module('rest').factory('ConnectionGroup',
[function defineConnectionGrou
BALANCING : "BALANCING",
/**
+ * The type string associated with balancing connection groups.
--- End diff --
This is the exact same message as used for the `BALANCING` type. This is
probably a moot point, as I think adding a new `ROUNDROBIN` type should not be
the solution here, but if it *were* this documentation would need to be updated
to match what this type actually represents.
---
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.
---