Some checkstyle names have changed

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1299234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-10 17:02:12 +00:00
parent 92e8f95b6a
commit a3003d79bc
1 changed files with 4 additions and 2 deletions

View File

@ -23,9 +23,11 @@ limitations under the License.
<!-- commons lang customization of default Checkstyle behavior -->
<module name="Checker">
<property name="localeLanguage" value="en"/>
<module name="PackageHtml"/>
<module name="JavadocPackage">
<property name="allowLegacy" value="true"/>
</module>
<module name="FileTabCharacter"/>
<module name="TreeWalker">
<module name="TabCharacter"/>
<module name="AvoidStarImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>