Merge pull request #665 from mrtizmo/corelibs

CoreLibs - Added NON-NLS tags to hardcoded strings not needing National ...
This commit is contained in:
Richard Cordovano 2014-04-22 12:58:17 -04:00
commit 663eddeaf5

View File

@ -44,9 +44,9 @@ public class SigarLoader {
try {
//rely on netbeans / jna to locate the lib variation for architecture/OS
if (PlatformUtil.isWindows()) {
System.loadLibrary("libsigar");
System.loadLibrary("libsigar"); //NON-NLS
} else {
System.loadLibrary("sigar");
System.loadLibrary("sigar"); //NON-NLS
}
sigar = new Sigar();
sigar.enableLogging(false); //forces a test