Use SigarLoader default for sigar.jar name
This commit is contained in:
parent
e5e3e12331
commit
fc3d1edf02
|
@ -68,8 +68,7 @@ public class SigarLoader extends ArchLoader {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getSigarJarName() {
|
public static String getSigarJarName() {
|
||||||
return System.getProperty(PROP_SIGAR_JAR_NAME,
|
return System.getProperty(PROP_SIGAR_JAR_NAME);
|
||||||
"sigar.jar");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue