tbw777 commented on code in PR #5222:
URL: https://github.com/apache/netbeans/pull/5222#discussion_r1096493011
##########
platform/api.io/src/org/netbeans/api/io/IOProvider.java:
##########
@@ -214,7 +214,8 @@ public abstract InputOutput getIO(@NonNull String name,
boolean newIO,
*
* @param <IO>
* @param <OW>
- * @param <POS>
+ * @param <P>
+ * @param <F>
Review Comment:
fixed below
##########
platform/api.search/src/org/netbeans/api/search/provider/impl/SimpleSearchIterator.java:
##########
@@ -220,7 +218,7 @@ public void remove() {
/**
* Sort enumeration by fila names;
- *
+ * @param enm
Review Comment:
fixed below
##########
platform/autoupdate.services/src/org/netbeans/modules/autoupdate/services/Utilities.java:
##########
@@ -142,6 +142,9 @@ public static Collection<KeyStore> getKeyStore (TrustLevel
trustLevel) {
*
* @param archiveCertPath
* @param trustedCertificates
+ * @param trustedCACertificates
+ * @param validateCertificates
+ * @param validationCACertificates
* @return
*/
Review Comment:
fixed below
--
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