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 719b51a1e61ccdcdb2b14c1c18801e520b2c35fc Author: Emmanuel Lécharny <[email protected]> AuthorDate: Fri Apr 24 10:49:14 2026 +0200 Another place where to shutdown javadoc lint --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e39c1964..8fdbf6517 100644 --- a/pom.xml +++ b/pom.xml @@ -571,7 +571,7 @@ <head /> </tag> </tags> - <!-- additionalparam>-Xdoclint:none</additionalparam --> + <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin>
