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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new c482839 Fix Checkstyle suppressions DTD link. c482839 is described below commit c482839b6c9fa50fa4142c8d5d62f9f1d8b48a46 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 11 12:18:13 2021 -0500 Fix Checkstyle suppressions DTD link. --- src/conf/checkstyle-suppressions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/checkstyle-suppressions.xml b/src/conf/checkstyle-suppressions.xml index 2494608..e0ef08d 100644 --- a/src/conf/checkstyle-suppressions.xml +++ b/src/conf/checkstyle-suppressions.xml @@ -17,8 +17,8 @@ limitations under the License. --> <!DOCTYPE suppressions PUBLIC - "-//Puppy Crawl//DTD Suppressions 1.1//EN" - "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> + "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" + "https://checkstyle.org/dtds/suppressions_1_0.dtd"> <!-- SEE: http://checkstyle.sourceforge.net/config.html#Examples --> <suppressions> <suppress checks="LineLength" files="InstructionFinder.java"/> <!-- TODO later -->