Skip to content

Commit

Permalink
Fix dtd.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmillson committed Feb 6, 2020
1 parent bdb2ced commit 42617f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Configuration 1.3//EN"
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">

<!-- Checkstyle configuration based on the following: -->
<!-- 1) Java Language Specification: -->
Expand Down

0 comments on commit 42617f0

Please sign in to comment.