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-pool.git
The following commit(s) were added to refs/heads/master by this push:
new a38c525 Fix Checkstyle configuration DTD link.
a38c525 is described below
commit a38c52529beb04bf0815b7d95fb4a393ea110dee
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:10:08 2021 -0500
Fix Checkstyle configuration DTD link.
---
checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 38f8e23..dca770b 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -16,8 +16,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">
<!--
Checkstyle checks configured for Maven.