Remove v[N/A] log output

This commit is contained in:
Phillip Webb 2013-07-29 23:42:45 -07:00
parent 82f16a0430
commit 14062964e0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class StartupInfoLogger {
public Object call() throws Exception { public Object call() throws Exception {
return source.getPackage().getImplementationVersion(); return source.getPackage().getImplementationVersion();
} }
}, " v[N/A]"); }, "");
} }
private String getOn() { private String getOn() {