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)
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

index 7a5363a97f7eade25ce0796343f388da3e3f8c64..0f3421b7ac3b48f10e59d01d856b523a317e303f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 7a5363a97f7eade25ce0796343f388da3e3f8c64
+Subproject commit 0f3421b7ac3b48f10e59d01d856b523a317e303f