Updated git submodules
authorTom Pantelis <tompantelis@gmail.com>
Thu, 21 Sep 2017 21:41:52 +0000 (17:41 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 26 Sep 2017 13:23:57 +0000 (13:23 +0000)
commit7fcf81c005acdbf952fa8d96a3f28153785af423
tree9ceca931a5471204eb5d4b0fe4b1626ac6b57447
parentad281da2d69a10f959c7c3b283fa5b2ad04467b1
Updated git submodules

Project: sfc master 44d5b18c2623b9e2a74130969fc4951c5421641f

Fix findbugs/sonar violations in sfc-sb-rest

- Method ignores exceptional return value
- Consider using Locale parameterized version of invoked method
- Field isn't final but should be (malicious code vulnerability)
- Method uses the same code for two switch clauses
- Redundant nullcheck of value known to be non-null
- Unread public/protected field  (SbRestAbstractTask)
- Field not initialized in constructor but dereferenced without null check

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