more info
This commit is contained in:
parent
70e4f9e301
commit
e7a0cd57fe
|
@ -79,6 +79,7 @@ public class ControllerConnectionState {
|
|||
public String toString() {
|
||||
return "ControllerConnectionState{" +
|
||||
"userDetails=" + userDetails +
|
||||
", controllerKey=" + controllerKey +
|
||||
", isClosed=" + isClosed +
|
||||
", twoKindSemaphore=" + twoKindSemaphore +
|
||||
'}';
|
||||
|
|
Loading…
Reference in New Issue