This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 34234d6  Fix Checkstyle configuration DTD link.
34234d6 is described below

commit 34234d6a756ad6923978417a993644ed79b99f61
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:07:26 2021 -0500

    Fix Checkstyle configuration DTD link.
---
 src/conf/checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index e22d614..0ed434b 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -17,8 +17,8 @@ limitations under the License.
 -->
 
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_1.dtd";>
+    "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
+    "https://checkstyle.org/dtds/configuration_1_2.dtd";>
 
 <!-- commons codec customization of default Checkstyle behavior -->
 <module name="Checker">

Reply via email to