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


##########
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:
   i think the whole module is only exposed to friend dependencies. So 
dependent modules outside of NB would have to rebuild with every NB release 
anyway, right? Does the major version increase do something or is this only a 
convention?



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