Updated git submodules
authorTom Pantelis <tompantelis@gmail.com>
Mon, 25 Sep 2017 17:40:52 +0000 (13:40 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 26 Sep 2017 16:47:37 +0000 (16:47 +0000)
Project: sfc master f369718d1af29e16f6fb32485ae5db6706cf5fc0

Fix findbugs/checkstyle/sonar violations in sfc-ovs

- Field isn't final but should be
- Method invokes inefficient new String(String) constructor
- Load of known null value
- Parameter must be non-null but is marked as nullable
- Exception handlers should preserve the original exception
- Utility classes should not have public constructors
- String literals should not be duplicated
- String.valueOf() should not be appended to a String
- Local variable and method parameter names should comply with a naming convention
- Collapsible "if" statements should be merged
- Method parameters, caught exceptions and foreach variables should not be reassigned

Change-Id: Id37c56efb43f609de6883059c063cc3f2b7b438f
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
docs/submodules/sfc

index a700674542a48604833de9a23b72bb76b1cecc5a..f369718d1af29e16f6fb32485ae5db6706cf5fc0 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a700674542a48604833de9a23b72bb76b1cecc5a
+Subproject commit f369718d1af29e16f6fb32485ae5db6706cf5fc0