slawekjaranowski commented on a change in pull request #51:
URL: 
https://github.com/apache/maven-dependency-analyzer/pull/51#discussion_r810218017



##########
File path: 
src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java
##########
@@ -263,7 +266,7 @@ else if ( file != null && file.isDirectory() )
     }
 
     private Map<Artifact, Set<String>> buildUsedArtifacts( Map<Artifact, 
Set<String>> artifactClassMap,
-                                              Set<String> dependencyClasses )
+                                                           Set<String> 
dependencyClasses )

Review comment:
       so 
    - arguments for multiline method declaration - should be aligned
    - arguments for multiline method call - should be not aligned
   
   corect?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to