mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Add missing periods.
This commit is contained in:
@@ -12,7 +12,7 @@ import net.sourceforge.guacamole.net.auth.Credentials;
|
||||
public class AuthenticationFailureEvent implements CredentialEvent {
|
||||
|
||||
/**
|
||||
* The credentials which failed authentication
|
||||
* The credentials which failed authentication.
|
||||
*/
|
||||
private Credentials credentials;
|
||||
|
||||
|
@@ -12,7 +12,7 @@ import net.sourceforge.guacamole.net.auth.Credentials;
|
||||
public class AuthenticationSuccessEvent implements CredentialEvent {
|
||||
|
||||
/**
|
||||
* The credentials which passed authentication
|
||||
* The credentials which passed authentication.
|
||||
*/
|
||||
private Credentials credentials;
|
||||
|
||||
|
Reference in New Issue
Block a user