Remove boot class / library path report values.

This commit is contained in:
sk89q 2015-01-13 03:19:47 -08:00
parent 8cc7bcc849
commit ab2811ed2d

View File

@ -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");