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-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 81f8614a Update DTD
81f8614a is described below
commit 81f8614a04f356e8b3bc03b17d755bce29427217
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:13:44 2023 -0400
Update DTD
---
src/main/config/checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/config/checkstyle.xml b/src/main/config/checkstyle.xml
index cb82fd5d..efb5738b 100644
--- a/src/main/config/checkstyle.xml
+++ b/src/main/config/checkstyle.xml
@@ -17,8 +17,8 @@ limitations under the License.
-->
<!DOCTYPE module PUBLIC
- "-//Checkstyle//DTD Checkstyle Configuration 1.1//EN"
- "https://checkstyle.org/dtds/configuration_1_1.dtd">
+ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
<!-- Commons Net customization of default Checkstyle behavior -->
<module name="Checker">