Clean AbstractServerChangeReply up 22/34622/9
authorRobert Varga <rovarga@cisco.com>
Sun, 14 Feb 2016 01:32:58 +0000 (02:32 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 17 Feb 2016 09:30:21 +0000 (09:30 +0000)
This is an abstract base class, make it abstract and non-instantiable
from outside of the world. It introduces public API, hence we cannot
hide it.

Also switch to using MoreObjects.ToStringHelper, as that allows us to
unify toString().

Change-Id: I21bdd4d0815a50393519414449c7e7eb7179b077
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found