GUACAMOLE-204: Update author comments in source files.

This commit is contained in:
Nick Couchman
2017-02-10 13:03:15 -05:00
committed by Nick Couchman
parent 44acc959dc
commit c293f04c1c
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ import org.apache.guacamole.net.auth.UserContext;
* provided - only authentication. Storage must be provided by some other * provided - only authentication. Storage must be provided by some other
* extension. * extension.
* *
* @author Michael Jumper * @author Nick Couchman
*/ */
public class CASAuthenticationProvider implements AuthenticationProvider { public class CASAuthenticationProvider implements AuthenticationProvider {

View File

@@ -30,7 +30,7 @@ import org.apache.guacamole.auth.cas.ticket.TicketValidationService;
/** /**
* Guice module which configures CAS-specific injections. * Guice module which configures CAS-specific injections.
* *
* @author Michael Jumper * @author Nick Couchman
*/ */
public class CASAuthenticationProviderModule extends AbstractModule { public class CASAuthenticationProviderModule extends AbstractModule {

View File

@@ -29,7 +29,7 @@ import org.apache.guacamole.net.auth.Credentials;
* username and particular set of credentials with the CAS authentication * username and particular set of credentials with the CAS authentication
* provider. * provider.
* *
* @author Michael Jumper * @author Nick Couchman
*/ */
public class AuthenticatedUser extends AbstractAuthenticatedUser { public class AuthenticatedUser extends AbstractAuthenticatedUser {