summaryrefslogtreecommitdiffstats
path: root/controlloop/common/policy-yaml/checkstyle-suppressions.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27Fix for checkstyle declarationsPamela Dragosh1-0/+30
I found the problem with policy-yaml. An exception was occuring due to an extra line between an @return for javadoc vs. just printing a warning. See: https://github.com/checkstyle/checkstyle/issues/2398 I also messed up some of the other declarations in the sub-modules. Copyright Issue-ID: POLICY-1153 Change-Id: I848e0b19340d494775e161bab86ffb60a97d83ab Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>