cstamas commented on code in PR #161: URL: https://github.com/apache/maven-resolver/pull/161#discussion_r842415793
########## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle.java: ########## @@ -30,17 +30,16 @@ import org.eclipse.aether.util.artifact.ArtifactIdUtils; /** - * @see DefaultDependencyCollector + * Default implementation of {@link DependencyCycle}. */ -final class DefaultDependencyCycle +public final class DefaultDependencyCycle Review Comment: fixed ########## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DefaultVersionFilterContext.java: ########## @@ -36,7 +36,7 @@ /** * @see DefaultDependencyCollector */ -final class DefaultVersionFilterContext +public final class DefaultVersionFilterContext Review Comment: fixed -- 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