Skip to content

Commit

Permalink
style: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Nov 5, 2022
1 parent 5d82fea commit 92847c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,8 @@ private void processResolvedArtifact(File artifactFile, final List<Dependency> d
//CSON: ParameterNumber

private ExceptionCollection processPomArtifact(File artifactFile, DependencyNode root,
MavenProject project1, Engine engine, ExceptionCollection exCol) {
MavenProject project1, Engine engine, ExceptionCollection exCollection) {
ExceptionCollection exCol = exCollection;
try {
final Dependency d = new Dependency(artifactFile.getAbsoluteFile());
final Model pom = PomUtils.readPom(artifactFile.getAbsoluteFile());
Expand Down

0 comments on commit 92847c0

Please sign in to comment.