GUACAMOLE-524: Updated comments and imports

This commit is contained in:
Jared Frees
2018-06-13 11:31:03 -04:00
parent 58c8f3e111
commit 590f7311db
2 changed files with 0 additions and 4 deletions

View File

@@ -265,9 +265,6 @@ public class AuthenticationProviderService {
* given LDAP connection, as a map of attribute name to
* corresponding attribute value.
*
* @throws LDAPException
* If an error occurs while searching for the user attributes.
*
* @throws GuacamoleException
* If an error occurs retrieving the user DN or the attributes.
*/

View File

@@ -23,7 +23,6 @@ import com.google.inject.Inject;
import java.util.HashMap;
import java.util.Map;
import org.apache.guacamole.net.auth.AbstractAuthenticatedUser;
import org.apache.guacamole.net.auth.Attributes;
import org.apache.guacamole.net.auth.AuthenticationProvider;
import org.apache.guacamole.net.auth.Credentials;