Skip to content

Commit 940ac76

Browse files
authored
Merge pull request apache#42 from Stzx/master
[NET-671] Fix the Checkstyle DTD URL
2 parents 980c6b0 + 23d2d8f commit 940ac76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

checkstyle-suppressions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ limitations under the License.
1717
-->
1818

1919
<!DOCTYPE suppressions PUBLIC
20-
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
21-
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
20+
"-//Checkstyle//DTD SuppressionFilter Configuration 1.1//EN"
21+
"https://checkstyle.org/dtds/suppressions_1_1.dtd">
2222

2323
<suppressions>
2424
<!-- On Windows, it appears that Checkstyle matches files using \ delims -->

checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ limitations under the License.
1717
-->
1818

1919
<!DOCTYPE module PUBLIC
20-
"-//Puppy Crawl//DTD Check Configuration 1.1//EN"
21-
"http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
20+
"-//Checkstyle//DTD Checkstyle Configuration 1.1//EN"
21+
"https://checkstyle.org/dtds/configuration_1_1.dtd">
2222

2323
<!-- Commons Net customization of default Checkstyle behavior -->
2424
<module name="Checker">

0 commit comments

Comments
 (0)