goutamadwant commented on code in PR #13011:
URL: https://github.com/apache/maven/pull/13011#discussion_r3920326586


##########
impl/maven-testing/src/main/java/org/apache/maven/testing/plugin/stubs/SessionStub.java:
##########
@@ -203,6 +204,17 @@ public Collection<Listener> getListeners() {
         return null;
     }
 
+    @Override
+    public void registerListener(RepositoryListener listener) {}
+
+    @Override
+    public void unregisterListener(RepositoryListener listener) {}
+
+    @Override
+    public Collection<RepositoryListener> getRepositoryListeners() {
+        return null;

Review Comment:
   thanks @gnodet - fixed it. 



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

Reply via email to