Do not force toString() in NetconfClientSession 15/13315/2
authorRobert Varga <rovarga@cisco.com>
Tue, 2 Dec 2014 17:27:20 +0000 (18:27 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 2 Dec 2014 19:46:01 +0000 (20:46 +0100)
commite40a8eb3c81351ec8ba4cca8e98ae6a6e2cf8364
tree33306211d8a0f8012eb4f321b361f364afb3f573
parent7f2ecd54dd3eb09af469a610fdd541b48ed95b80
Do not force toString() in NetconfClientSession

Passing 'this' will cause toString() to be invoked if needed.

Change-Id: I3859cee6aafd26bf57107f66fb20695b3df15c93
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/netconf/netconf-client/src/main/java/org/opendaylight/controller/netconf/client/NetconfClientSession.java