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:
John Dennis Casey 2008-07-08 18:08:19 +00:00
parent 9cef694f17
commit 104dc17200

View File

@ -131,6 +131,7 @@ private void addTips( List tips,
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();