Add missing JavaDoc.

This commit is contained in:
Michael Jumper
2012-08-09 14:42:57 -07:00
parent 591dc39ba3
commit 7d66740a96

View File

@@ -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;
/** /**