From: Robert Varga Date: Sun, 20 Jan 2019 16:34:20 +0000 (+0100) Subject: Check time expiry before attempting to format notification X-Git-Tag: release/neon~23 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e2f149583de143e6d02c5ee90d41619ecbaf6b49;hp=e2f149583de143e6d02c5ee90d41619ecbaf6b49;p=netconf.git Check time expiry before attempting to format notification If the listener is not started yet, or it has stopped, we should not try to format the document. This splits the checking into two phases, improving things and laying the foundation for a complete factoring out the common bits. Change-Id: Ibff73a4979a5d67385f10647ca7c9ab64a35f42a Signed-off-by: Robert Varga ---