mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-26 19:18:53 +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");
|
||||
startup.append("Input Arguments", runtimeBean.getInputArguments());
|
||||
startup.append("Boot Class Path", runtimeBean.getBootClassPath());
|
||||
startup.append("Library Path", runtimeBean.getLibraryPath());
|
||||
append(startup.getTitle(), startup);
|
||||
|
||||
DataReport vm = new DataReport("Virtual Machine");
|
||||
|
Loading…
Reference in New Issue
Block a user