Skip to content

Commit

Permalink
Improve toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Nov 14, 2011
1 parent b8454c3 commit 673cd36
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,9 @@ public StatefulSessionComponent getComponent() {
public SessionID getId() {
return id;
}

@Override
public String toString() {
return " Instance of " + getComponent().getComponentName() + " {" + id + "}";
}
}

0 comments on commit 673cd36

Please sign in to comment.