nielsbasjes commented on issue #1244:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/1244#issuecomment-4023608899

   @slawekjaranowski / @olamy 
   I would like a review/check/feedback on the proposed fix I wrote for this 
issue.
   See: https://github.com/apache/maven-javadoc-plugin/pull/1309
   
   The essence of my fix (similar in 2 places):
   
   Replace this
   ```
   if (JavaVersion.JAVA_VERSION.isAtLeast("23") && !disableNoFonts) {
   ```
   with this
   ```
   if (javadocRuntimeVersion.isAtLeast("23") && !disableNoFonts) {
   ```
   
   


-- 
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