Commit 14062964 authored by Phillip Webb's avatar Phillip Webb

Remove v[N/A] log output

parent 82f16a04
...@@ -85,7 +85,7 @@ class StartupInfoLogger { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment