Commit 37946c58 authored by Tom Evans's avatar Tom Evans

Allow mock testing for ad hoc commands

Provide public constructor
parent e036ce12
......@@ -59,7 +59,7 @@ public class SessionData {
*/
private int stage;
protected SessionData(String sessionid, JID owner) {
public SessionData(String sessionid, JID owner) {
this.id = sessionid;
this.creationStamp = System.currentTimeMillis();
this.stage = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment