Updated git submodules
authorTom Pantelis <tpanteli@brocade.com>
Thu, 13 Oct 2016 06:06:39 +0000 (02:06 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 13 Oct 2016 12:23:43 +0000 (12:23 +0000)
commit5c851f714a424539f235c8a6142bc381156813ec
treea46dd8ddbacf4f880d16fa185e1aad840c9f4f2a
parent1e62de2ba03d7acff106610341f4cfb14f41bd89
Updated git submodules

Project: odlparent master 0f3421b7ac3b48f10e59d01d856b523a317e303f

Allow '_' in checkstyle PackageName rule

The JLS allows '_' in package names but the default checkstyle regex
pattern for the PackageName rule doesn't. Underscores shouldn't normally
be used but the yang code generator can generate package names with
underscores. We can exclude most yang-generated code from checkstyle but
the CSS code generator places some classes under src/main/java to be
completed (ie *Module classes) so we need the regex pattern to allow
underscores.

Change-Id: I14fdb1955499d5684b1bdaeabd188f7d425caf60
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
docs/submodules/odlparent