formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1331989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-04-29 20:29:06 +00:00
parent 006075a349
commit 32357134cd
2 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ public class MavenCli
encryption( cliRequest );
return execute( cliRequest );
}
catch( ExitException e )
catch ( ExitException e )
{
return e.exitCode;
}
@ -796,7 +796,7 @@ public class MavenCli
//
// ----------------------------------------------------------------------
@SuppressWarnings("unchecked")
@SuppressWarnings( "unchecked" )
List<String> goals = commandLine.getArgList();
boolean recursive = true;

View File

@ -34,7 +34,7 @@ public class PrintStreamLogger
extends AbstractLogger
{
static interface Provider
interface Provider
{
PrintStream getStream();
}