From 4f9debc29b039e7a7e408aa24fb13b6fe71debce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Wed, 12 Nov 2003 05:17:55 +0000 Subject: [PATCH] fixed copy+paste problem in examples of StrictDuplicateCode check damn, there's always something you notice right after making a release --- docs/config_duplicates.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/config_duplicates.html b/docs/config_duplicates.html index b5a5a8c9b..ed937be3a 100644 --- a/docs/config_duplicates.html +++ b/docs/config_duplicates.html @@ -122,16 +122,8 @@ Checkstyle plugins for duplicate code detection: To configure the check so that it allows larger equivalent blocks:

-<module name="VisibilityModifier">
+<module name="StrictDuplicateCode">
     <property name="min" value="15"/>
-</module>
-      
-

- To configure the check so that it allows no public members: -

-
-<module name="VisibilityModifier">
-    <property name="publicMemberPattern" value="^$"/>
 </module>
       

Package