o Formatted code

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@939034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-04-28 18:04:12 +00:00
parent 1248bd1c1f
commit 0d7a05f8b2
1 changed files with 2 additions and 8 deletions

View File

@ -154,13 +154,7 @@ public class LifecycleStarter
}
}
catch (
Exception e
)
catch ( Exception e )
{
result.addException( e );
}
@ -193,4 +187,4 @@ public class LifecycleStarter
}
}
}
}
}