lukaszspyra commented on code in PR #1753:
URL: https://github.com/apache/logging-log4j2/pull/1753#discussion_r1349398078


##########
pom.xml:
##########
@@ -1867,7 +1875,7 @@
         <jdk>[1.8,)</jdk>
       </activation>
       <properties>
-        <javadoc.opts>-Xdoclint:none</javadoc.opts>
+        <doclint>${javadoc.doclint}</doclint>

Review Comment:
   Here javadoc validating doclint was totally disabled, but semantics changed 
and this was not working anymore (replaced by simple `all`, `none` etc.)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to