* Add serialVersionUID (doh, should have done this before 1.6.2!)
This commit is contained in:
parent
44c0745954
commit
0592e44ad1
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ import java.util.*;
|
|||
*/
|
||||
public class Session implements Serializable {
|
||||
|
||||
static final long serialVersionUID = -6149094040363012913L;
|
||||
|
||||
transient protected Application app;
|
||||
protected String sessionId;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue