mirror of https://github.com/apache/archiva.git
alapacas upper speech bubble connected properly
This commit is contained in:
parent
ddf5842837
commit
e4514664f4
|
@ -224,6 +224,6 @@ public class Banner
|
|||
public static void display( String version )
|
||||
{
|
||||
String banner = getBanner( version );
|
||||
LoggerFactory.getLogger( Banner.class ).info( "{} {}, {}" , StringUtils.repeat( "_", 25 ), eol, banner );
|
||||
LoggerFactory.getLogger( Banner.class ).info( "{} {}{}" , StringUtils.repeat( "_", 25 ), eol, banner );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue