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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new ad84785 Fix Checkstyle configuration DTD link.
ad84785 is described below
commit ad84785d9d4923059c1b76b92074ed0454d77e54
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:09:50 2021 -0500
Fix Checkstyle configuration DTD link.
---
src/site/resources/checkstyle/checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/resources/checkstyle/checkstyle.xml
b/src/site/resources/checkstyle/checkstyle.xml
index 279bd8c..afce193 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/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">
<!-- Apache Commons Lang customization of default Checkstyle behavior -->
<module name="Checker">