michael-o commented on a change in pull request #34: [MRESOLVER-88] Use Java 7 features and style fixes URL: https://github.com/apache/maven-resolver/pull/34#discussion_r283018274
########## File path: maven-resolver-api/src/main/java/org/eclipse/aether/installation/InstallRequest.java ########## @@ -24,15 +24,14 @@ import java.util.Collections; import org.eclipse.aether.RepositorySystem; -import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.RequestTrace; import org.eclipse.aether.artifact.Artifact; import org.eclipse.aether.metadata.Metadata; /** * A request to install artifacts and their accompanying metadata into the local repository. * - * @see RepositorySystem#install(RepositorySystemSession, InstallRequest) + * @see RepositorySystem#install(org.eclipse.aether.RepositorySystemSession, InstallRequest) Review comment: I see this over and over again, why did you do this? Looks inconsistent with the second arg now. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
