Copilot commented on code in PR #186:
URL: 
https://github.com/apache/maven-toolchains-plugin/pull/186#discussion_r3637906118


##########
src/site/apt/toolchains/jdk-discovery.apt.vm:
##########
@@ -97,8 +97,8 @@ JDK Toolchain discovery mechanism
 
 +---+
 <properties>
-  <toolchain.jdk.version>JAVA17_HOME</toolchain.jdk.version>
-<properties>
+  <toolchain.jdk.env>JAVA17_HOME</toolchain.jdk.env>
+</properties>

Review Comment:
   The earlier pom.xml example in this doc still has a malformed XML closing 
tag: at line ~79 it shows `<properties>` where it should be `</properties>`. 
This means the PR doesn’t fully eliminate the malformed-tag issue in this page.



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