* Add serialVersionUID (doh, should have done this before 1.6.2!)

This commit is contained in:
hns 2008-04-24 11:31:23 +00:00
parent 44c0745954
commit 0592e44ad1

View file

@ -32,6 +32,8 @@ import java.util.*;
*/
public class Session implements Serializable {
static final long serialVersionUID = -6149094040363012913L;
transient protected Application app;
protected String sessionId;