mbien commented on code in PR #6089:
URL: https://github.com/apache/netbeans/pull/6089#discussion_r1238940342
##########
java/maven.indexer/src/org/netbeans/modules/maven/indexer/api/NBArtifactInfo.java:
##########
@@ -40,7 +40,7 @@ public NBArtifactInfo(String name) {
this.name = name;
}
- public boolean removeVersionInfo(Object o) {
+ public boolean removeVersionInfo(NBVersionInfo o) {
Review Comment:
ok going to revert the change
--
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