Updated git submodules
authorStephen Kitt <skitt@redhat.com>
Mon, 3 Jul 2017 13:12:25 +0000 (15:12 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 18 Aug 2017 16:01:30 +0000 (16:01 +0000)
Project: netvirt master f85cbd886f28c02a631843a1efa5db949c0ce4b9

Bug 8982: avoid .transform() NPEs

Guava’s Optional::transform doesn’t support null values returned by
the mapping function — it throws a NPE if that happens. java.util’s
Optional::map does support null values and returns an empty Optional.
Combined with the current YANG-based code’s ability to return null,
this means it’s better to use java.util’s method; this patch switches
all YANG-based Optional transforms to java.util.

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

index a11c698aa079fc48cfacf4259b3cd743583adb71..f85cbd886f28c02a631843a1efa5db949c0ce4b9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a11c698aa079fc48cfacf4259b3cd743583adb71
+Subproject commit f85cbd886f28c02a631843a1efa5db949c0ce4b9