mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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 {
|
public class AuthenticationFailureEvent implements CredentialEvent {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The credentials which failed authentication
|
* The credentials which failed authentication.
|
||||||
*/
|
*/
|
||||||
private Credentials credentials;
|
private Credentials credentials;
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ import net.sourceforge.guacamole.net.auth.Credentials;
|
|||||||
public class AuthenticationSuccessEvent implements CredentialEvent {
|
public class AuthenticationSuccessEvent implements CredentialEvent {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The credentials which passed authentication
|
* The credentials which passed authentication.
|
||||||
*/
|
*/
|
||||||
private Credentials credentials;
|
private Credentials credentials;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user