mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Add missing JavaDoc.
This commit is contained in:
@@ -52,6 +52,11 @@ import javax.servlet.http.HttpSession;
|
|||||||
*/
|
*/
|
||||||
public class Credentials implements Serializable {
|
public class Credentials implements Serializable {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The version number of this class, used during serialization.
|
||||||
|
*
|
||||||
|
* @see Serializable
|
||||||
|
*/
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user