Author: tilman Date: Sun Aug 18 17:20:15 2024 New Revision: 1919998 URL: http://svn.apache.org/viewvc?rev=1919998&view=rev Log: PDFBOX-5869: remove double entry
Modified: pdfbox/trunk/parent/checkstyle.xml Modified: pdfbox/trunk/parent/checkstyle.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/checkstyle.xml?rev=1919998&r1=1919997&r2=1919998&view=diff ============================================================================== --- pdfbox/trunk/parent/checkstyle.xml (original) +++ pdfbox/trunk/parent/checkstyle.xml Sun Aug 18 17:20:15 2024 @@ -56,7 +56,6 @@ <module name="AvoidStarImport"/> <module name="RedundantImport"/> <module name="UnusedImports"/> - <module name="OuterTypeFilename"/> <!-- <module name="OneTopLevelClass"/> <module name="LeftCurly"/>