mirror of https://github.com/apache/maven.git
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:
parent
006075a349
commit
32357134cd
|
@ -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;
|
||||
|
|
|
@ -34,7 +34,7 @@ public class PrintStreamLogger
|
|||
extends AbstractLogger
|
||||
{
|
||||
|
||||
static interface Provider
|
||||
interface Provider
|
||||
{
|
||||
PrintStream getStream();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue