Updated git submodules
authorMichael Vorburger <vorburger@redhat.com>
Wed, 4 Oct 2017 20:29:22 +0000 (22:29 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 23 Oct 2017 11:15:22 +0000 (11:15 +0000)
commit0ed4dbb26ffb8f4edcd5c7df4730467a6fb7713e
tree9d8ccf1f8537f26283debec9b79f164c3ec671e0
parenta7973401d162634508eb8e18c106941377d8e6a0
Updated git submodules

Project: infrautils master 99f48220fe81a50c730489df08195122299a7d30

Bug 9169: jobcoordinator null safety

Eclipse's JDT compiler (javac alternative) can guarantee that there are
no more NullPointerException possible in the jobcoordinator code with
this.

However external code calling into this code (e.g. from genius and
netvirt) which has not yet been null safe enable can still cause
NullPointerException, so this cannot prevent e.g. Bug 9238, yet.
However it can prevent it in the future, once all is null safe!

Change-Id: Ic401622727be798f3983d1e5dc6a11f78fe8ba0b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
docs/submodules/infrautils