Skip to content

Commit

Permalink
Default ticket / principal to anonymous in websocket message
Browse files Browse the repository at this point in the history
  • Loading branch information
hayssams committed Jan 6, 2016
1 parent 30736a0 commit 7200e77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public static enum OP {

public OP op;
public Map<String, Object> data = new HashMap<String, Object>();
public String ticket;
public String principal;
public String ticket = "anonymous";
public String principal = "anonymous";

public Message(OP op) {
this.op = op;
Expand Down

0 comments on commit 7200e77

Please sign in to comment.