mirror of https://github.com/apache/maven.git
forgot a newline.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674906 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cef694f17
commit
104dc17200
|
@ -131,6 +131,7 @@ public class DefaultCoreErrorReporter
|
|||
writer.write( NEWLINE );
|
||||
writer.write( NEWLINE );
|
||||
writer.write( "Please see:" );
|
||||
writer.write( NEWLINE );
|
||||
for ( Iterator it = tips.iterator(); it.hasNext(); )
|
||||
{
|
||||
String tip = (String) it.next();
|
||||
|
|
Loading…
Reference in New Issue