From 62cd4a13440f80e51aa304e1c05cbff17bd8aef1 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Wed, 20 Mar 2019 10:37:19 +0900 Subject: [PATCH] Use the latest DTD declaration for Checkstyle Closes gh-16269 --- src/checkstyle/checkstyle-suppressions.xml | 4 ++-- src/checkstyle/checkstyle.xml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 52774dbb98..858ed62c32 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -1,7 +1,7 @@ + "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" + "https://checkstyle.org/dtds/suppressions_1_2.dtd"> diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 167b8fad1a..cc573179fe 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -1,5 +1,7 @@ - +