Skip to content

Commit

Permalink
style: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Nov 1, 2022
1 parent 333e69b commit 0295550
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,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 0295550

Please sign in to comment.