Copilot commented on code in PR #82:
URL: https://github.com/apache/xerces-j/pull/82#discussion_r2869639030


##########
build.xml:
##########
@@ -1567,8 +1557,6 @@ Authors:
   <!-- Builds xercesImpl, xml-apis and sample jars with Schema 1.1 support -->

Review Comment:
   The comment on this line still says "Builds xercesImpl, xml-apis and sample 
jars with Schema 1.1 support" but the xml-apis copy step has been removed from 
this target. The comment should be updated to remove the reference to xml-apis, 
for example: "Builds xercesImpl and sample jars with Schema 1.1 support".
   ```suggestion
     <!-- Builds xercesImpl and sample jars with Schema 1.1 support           
-->
   ```



##########
build.xml:
##########
@@ -1002,8 +998,6 @@ Authors:
   <!-- Builds xercesImpl, xml-apis and sample jar files                    -->

Review Comment:
   The comment on this line still says "Builds xercesImpl, xml-apis and sample 
jar files" but the xml-apis copy step has been removed from this target. The 
comment should be updated to remove the reference to xml-apis, for example: 
"Builds xercesImpl and sample jar files".
   ```suggestion
     <!-- Builds xercesImpl and sample jar files                              
-->
   ```



##########
build.xml:
##########
@@ -1331,8 +1325,6 @@ Authors:
   <!-- Builds xercesImpl (dtd), xml-apis, and sample jars                  -->

Review Comment:
   The comment on this line still says "Builds xercesImpl (dtd), xml-apis, and 
sample jars" but the xml-apis copy step has been removed from this target. The 
comment should be updated to remove the reference to xml-apis, for example: 
"Builds xercesImpl (dtd) and sample jars".
   ```suggestion
     <!-- Builds xercesImpl (dtd) and sample jars                             
-->
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to