desruisseaux commented on code in PR #2376:
URL: https://github.com/apache/maven/pull/2376#discussion_r2102767750


##########
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java:
##########
@@ -50,8 +50,6 @@ public class DefaultUpdateCheckManager extends 
AbstractLogEnabled implements Upd
 
     private static final String ERROR_KEY_SUFFIX = ".error";
 
-    public DefaultUpdateCheckManager() {}

Review Comment:
   Another reason for keeping this constructor is that this class is annotated 
with `@Named` and `@Singleton`. So there is chances that this constructor is 
invoked by reflection, even if the IDE reports no usage of this constructor.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to