Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 17, 2024
1 parent 173dd66 commit 896fba4
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ public Map<Artifact, Dependency> getMismatch(
* This function displays the log to the screen showing the versions and information about the artifacts that don't
* match.
*
* @param dependencyArtifact the artifact that was resolved.
* @param dependencyFromDepMgt the dependency listed in the DependencyManagement section.
* @throws MojoExecutionException in case of errors.
* @param dependencyArtifact the artifact that was resolved
* @param dependencyFromDepMgt the dependency listed in the DependencyManagement section
* @throws MojoExecutionException in case of errors
*/
public void logMismatch(Artifact dependencyArtifact, Dependency dependencyFromDepMgt)
throws MojoExecutionException {
Expand Down Expand Up @@ -287,13 +287,6 @@ protected final MavenProject getProject() {
return this.project;
}

/**
* @param theProject the project to set
*/
public void setProject(MavenProject theProject) {
this.project = theProject;
}

/**
* @return the ignoreDirect
*/
Expand Down

0 comments on commit 896fba4

Please sign in to comment.