This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.0.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 767fa2523a9103614b31279be4a7bfe0390d36ee Author: Emmanuel Lécharny <[email protected]> AuthorDate: Fri Apr 24 10:34:21 2026 +0200 Shutdown the javadoc linter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 03dc884d3..6e39c1964 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ <project.build.outputTimestamp>1734616380</project.build.outputTimestamp> <!-- Make Java 8 javadoc lint to shut the f*** up... --> - <!-- additionalparam>-Xdoclint:none</additionalparam --> + <additionalparam>-Xdoclint:none</additionalparam> <!-- Maven Plugins --> <version.apache.rat.plugin>0.18</version.apache.rat.plugin>
