Do not access closed via updater 26/13626/1
authorRobert Varga <rovarga@cisco.com>
Sun, 14 Dec 2014 17:25:34 +0000 (18:25 +0100)
committerRobert Varga <rovarga@cisco.com>
Sun, 14 Dec 2014 17:25:34 +0000 (18:25 +0100)
commitfa5c37dd42d77e7dfbb81a1e3db6aa2e44d40208
treeb0aa0d2b466ba7325c36f8de643fe1e8dc4cce3c
parent80c94c4d652f37ceac925ae64aa411f9c41ba23e
Do not access closed via updater

This is a volatile field and an Updater.get() is equivalent to a read.
Use a direct read, thus making the field visibly used. This removes the
need for a warning suppression.

Change-Id: I0799ae80c2431b9d48bb5f62f681ed4fe5289f41
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/concepts/src/main/java/org/opendaylight/yangtools/concepts/AbstractRegistration.java