slawekjaranowski commented on code in PR #428:
URL: https://github.com/apache/maven-resolver/pull/428#discussion_r1486203871


##########
maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager/AbstractDependencyManager.java:
##########
@@ -43,7 +42,7 @@ public abstract class AbstractDependencyManager implements 
DependencyManager {
      * @deprecated To be removed when deprecated constructors are removed.
      */
     @Deprecated
-    protected static final SystemScopePredicate SYSTEM_PREDICATE = 
"system"::equals;
+    protected static final SystemScopeHandler SYSTEM_PREDICATE = 
SystemScopeHandler.LEGACY;

Review Comment:
   SYSTEM_PREDICATE -> SYSTEM_SCOPE_HANDLER



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