Author: ggregory Date: Sun Jul 8 22:07:41 2018 New Revision: 1835372 URL: http://svn.apache.org/viewvc?rev=1835372&view=rev Log: maven-pmd-plugin 3.8 -> 3.10.0. maven-checkstyle-plugin 2.14 -> 3.0.0.
Modified: commons/proper/beanutils/trunk/checkstyle.xml Modified: commons/proper/beanutils/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/checkstyle.xml?rev=1835372&r1=1835371&r2=1835372&view=diff ============================================================================== --- commons/proper/beanutils/trunk/checkstyle.xml (original) +++ commons/proper/beanutils/trunk/checkstyle.xml Sun Jul 8 22:07:41 2018 @@ -34,9 +34,6 @@ limitations under the License. <module name="RedundantImport"/> <module name="UnusedImports"/> <module name="NeedBraces"/> - <module name="RedundantThrows"> - <property name="allowUnchecked" value="true"/> - </module> <module name="LineLength"> <property name="max" value="120"/> </module>