mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-27 11:37:47 +01:00
Remove boot class / library path report values.
This commit is contained in:
parent
8cc7bcc849
commit
ab2811ed2d
@ -52,8 +52,6 @@ public SystemInfoReport() {
|
|||||||
|
|
||||||
DataReport startup = new DataReport("Startup");
|
DataReport startup = new DataReport("Startup");
|
||||||
startup.append("Input Arguments", runtimeBean.getInputArguments());
|
startup.append("Input Arguments", runtimeBean.getInputArguments());
|
||||||
startup.append("Boot Class Path", runtimeBean.getBootClassPath());
|
|
||||||
startup.append("Library Path", runtimeBean.getLibraryPath());
|
|
||||||
append(startup.getTitle(), startup);
|
append(startup.getTitle(), startup);
|
||||||
|
|
||||||
DataReport vm = new DataReport("Virtual Machine");
|
DataReport vm = new DataReport("Virtual Machine");
|
||||||
|
Loading…
Reference in New Issue
Block a user