Updated git submodules
authorMichael Vorburger <vorburger@redhat.com>
Mon, 20 Mar 2017 14:14:19 +0000 (14:14 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 20 Mar 2017 14:14:19 +0000 (14:14 +0000)
commitc17d9289284baa6820ea32a77b4d7d0436d0461c
treec7914c8f6a82a22e27da95907903bf2c957be994
parent68f70dc9799524be394e2fdfc0d3e94e94165da4
Updated git submodules

Project: genius master a94cb0884bc9f46599af7f0c21137377e59dcead

Merge "Cleanup: avoid immediate Optional.get()"

Cleanup: avoid immediate Optional.get()

This reworks allocateId() to store the id directly, and wrap it in an
Optional when needed, instead of wrapping it and unwrapping it
immediately. The performance gain isn't significant, but this helps
static analysers which check for get()-without-isPresent().

Change-Id: I5155660e6240a8c9d01de0bce78528b80d755e10
Signed-off-by: Stephen Kitt <skitt@redhat.com>
docs/submodules/genius