Skip to content
Snippets Groups Projects
Commit 37b631a9 authored by felmer's avatar felmer
Browse files

LMS-740 Add default constructor (needed by beanlib)

SVN: 9796
parent 0d6df831
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ public final class Session extends BasicSession implements IAuthSession
* is not defined.
*/
private PersonPE personOrNull;
public Session()
{
}
public Session(final String user, final String sessionToken, final Principal principal,
final String remoteHost, final long sessionStart)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment