Fixing formatting on transitive resolution error.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@617663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-02-01 21:44:10 +00:00
parent ebf314c5a3
commit c9d88e6ce3
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ public class DefaultCoreErrorReporter
writer.write( NEWLINE ); writer.write( NEWLINE );
writer.write( "Transitive dependency resolution for scope: " ); writer.write( "Transitive dependency resolution for scope: " );
writer.write( scope ); writer.write( scope );
writer.write( "has failed for your project." ); writer.write( " has failed for your project." );
writer.write( NEWLINE ); writer.write( NEWLINE );
writer.write( NEWLINE ); writer.write( NEWLINE );