Update PodSessionState.toString()
This commit is contained in:
parent
17ad3c41e9
commit
67d3ee772b
|
@ -67,7 +67,7 @@ public class PodSessionState extends PodState {
|
|||
|
||||
public void setStateChangedHandler(PodStateChangedHandler handler) {
|
||||
// FIXME this is an ugly workaround for not being able to serialize the PodStateChangedHandler
|
||||
if(stateChangedHandler != null) {
|
||||
if (stateChangedHandler != null) {
|
||||
throw new IllegalStateException("A PodStateChangedHandler has already been already registered");
|
||||
}
|
||||
stateChangedHandler = handler;
|
||||
|
@ -256,6 +256,7 @@ public class PodSessionState extends PodState {
|
|||
", pmVersion=" + pmVersion +
|
||||
", lot=" + lot +
|
||||
", tid=" + tid +
|
||||
", reservoirLevel=" + reservoirLevel +
|
||||
", suspended=" + suspended +
|
||||
", timeZone=" + timeZone +
|
||||
", nonceState=" + nonceState +
|
||||
|
|
Loading…
Reference in a new issue