Remove redundant public modified missed in last pass.

This commit is contained in:
Michael Jumper
2012-08-09 12:51:10 -07:00
parent 66b222bc5c
commit 5ab65225ef

View File

@@ -61,7 +61,7 @@ public interface AuthenticationProvider {
* @throws GuacamoleException If an error occurs while retrieving * @throws GuacamoleException If an error occurs while retrieving
* configurations. * configurations.
*/ */
public Map<String, GuacamoleConfiguration> Map<String, GuacamoleConfiguration>
getAuthorizedConfigurations(Credentials credentials) getAuthorizedConfigurations(Credentials credentials)
throws GuacamoleException; throws GuacamoleException;