rid eclipse warning

This commit is contained in:
Doug MacEachern 2007-04-22 03:12:52 +00:00
parent f469e054ea
commit 845bac4c29
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public class Sigar implements SigarProxy {
} }
public File getNativeLibrary() { public File getNativeLibrary() {
return this.loader.getNativeLibrary(); return loader.getNativeLibrary();
} }
/** /**