git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945819
13f79535-47bb-0310-9956-
ffa450edef68
* @version $Id$
*/
-public class CoyotePrincipal
- implements Principal, Serializable {
+public class CoyotePrincipal implements Principal, Serializable {
+ private static final long serialVersionUID = 1L;
- // ----------------------------------------------------------- Constructors
+ // ----------------------------------------------------------- Constructors
public CoyotePrincipal(String name) {