From: Robert Varga Date: Sun, 14 Feb 2016 01:32:58 +0000 (+0100) Subject: Clean AbstractServerChangeReply up X-Git-Tag: release/boron~362 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=fd29c6cd3e5c7b0fbfd5244f164473c72ced8f7b;hp=fd29c6cd3e5c7b0fbfd5244f164473c72ced8f7b Clean AbstractServerChangeReply up 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 ---