Skip to content

Commit db6b786

Browse files
committed
Fix Checkstyle suppressions DTD link.
1 parent aaaa3b7 commit db6b786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkstyle-suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919

2020
<!DOCTYPE suppressions PUBLIC
2121
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
22-
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
22+
"https://checkstyle.org/dtds/suppressions_1_0.dtd">
2323

2424
<suppressions>
2525
<suppress checks="Header" files="LICENSE.txt"/>

0 commit comments

Comments
 (0)