o formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-10-23 23:49:55 +00:00
parent 46e1c4632b
commit 2fe3bf7830
1 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ public class DependencyResolutionPhase
{ {
String goalName = (String) iterator.next(); String goalName = (String) iterator.next();
MojoDescriptor mojoDescriptor = context.getMojoDescriptor(goalName); MojoDescriptor mojoDescriptor = context.getMojoDescriptor( goalName );
if ( mojoDescriptor.requiresDependencyResolution() ) if ( mojoDescriptor.requiresDependencyResolution() )
{ {
requiresDependencies = true; requiresDependencies = true;
@ -61,7 +61,7 @@ public class DependencyResolutionPhase
} }
} }
context.requiresDependencies(requiresDependencies); context.requiresDependencies( requiresDependencies );
} }
private void resolveTransitiveDependencies( MavenGoalExecutionContext context ) private void resolveTransitiveDependencies( MavenGoalExecutionContext context )