Remove v[N/A] log output
This commit is contained in:
parent
82f16a0430
commit
14062964e0
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue