mbien commented on code in PR #8931:
URL: https://github.com/apache/netbeans/pull/8931#discussion_r2707876408


##########
java/libs.nbjavacapi/manifest.mf:
##########
@@ -3,6 +3,6 @@ AutoUpdate-Show-In-Client: true
 OpenIDE-Module: org.netbeans.libs.nbjavacapi
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/nbjavac/api/Bundle.properties
 OpenIDE-Module-Specification-Version: 21.9
-OpenIDE-Module-Hide-Classpath-Packages: com.sun.javadoc.**, com.sun.source.**, 
javax.annotation.processing.**, javax.lang.model.**, javax.tools.**, 
com.sun.tools.javac.** com.sun.tools.javac.**, com.sun.tools.javadoc.**, 
com.sun.tools.javap.**, com.sun.tools.classfile.**, com.sun.tools.doclint.**
+OpenIDE-Module-Hide-Classpath-Packages: com.sun.source.**, 
javax.annotation.processing.**, javax.lang.model.**, javax.tools.**, 
com.sun.tools.javac.**, com.sun.tools.javap.**, com.sun.tools.classfile.**, 
com.sun.tools.doclint.**

Review Comment:
   worth noting that a coma was missing in this section: 
`com.sun.tools.javac.** com.sun.tools.javac.**,`



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to