Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/184#discussion_r143105648
--- Diff:
guacamole/src/main/java/org/apache/guacamole/extension/ExtensionModule.java ---
@@ -188,6 +195,49 @@ private void
bindAuthenticationProviders(Collection<Class<AuthenticationProvider
}
/**
+ * Binds the given provider class such that a listener is bound for
each
+ * listener interface implemented by the provider and such that all
bound
+ * listener instances can be obtained via injection.
+ * *
+ * @param providerClass
+ * The listener provider class to bind
--- End diff --
Missing period.
---