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-scxml.git

commit b74701fbde6e2500eb481db3327c3f0e81a49b06
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 27 11:00:39 2023 -0400

    Fix doctype
---
 checkstyle.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 0087e4f..3dfb035 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -15,11 +15,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  -->
-
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_1.dtd";>
-
+    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd";>
 <!--
 
   Checkstyle configuration that checks the sun coding conventions from:

Reply via email to