Updated git submodules
authorMichael Vorburger <vorburger@redhat.com>
Wed, 24 Aug 2016 21:08:44 +0000 (23:08 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 27 Sep 2016 15:49:35 +0000 (15:49 +0000)
commitc13f5595c508d111b069d092f7665182cd9325bd
treece5722c3f0752db8cef934693829e6c2d348207b
parent55b4cb6c867a02776ac88b0870cbc698d8a2c693
Updated git submodules

Project: odlparent master 1b8e470e258b8add0a2dc77cbf7c8ac09fb7573e

Work around apparent Checkstyle bug re. JavaDoc in package-info.java

We have earlier agreed to, and aligned our Checkstyle rules accordingly,
not enforce JavaDoc presence, just validate its content if it's present.
However, we are still enforcing every package-info.java (of which we
have almost none..) to have a JavaDoc.

While experimenting with plastering package-info.java into EVERY package
everywhere (to have an annotation @NonNullByDefault package in it..),
I don't want to put in bogus empty JavaDoc into every package just to
satisfy Checkstyle, that would be ridiculous.

Related to https://github.com/checkstyle/checkstyle/issues/3416

Change-Id: I397763f9e09bc7db009ade5da1a5b35bdc518169
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
docs/submodules/odlparent