use org.hyperic.jni
This commit is contained in:
parent
09e476c9ae
commit
9badde2eae
@ -8,8 +8,8 @@ import java.io.InputStreamReader;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import net.hyperic.jni.ArchLoaderException;
|
||||
import net.hyperic.jni.ArchNotSupportedException;
|
||||
import org.hyperic.jni.ArchLoaderException;
|
||||
import org.hyperic.jni.ArchNotSupportedException;
|
||||
|
||||
/**
|
||||
* The Sigar class provides access to the sigar objects containing
|
||||
|
@ -1,9 +1,9 @@
|
||||
package org.hyperic.sigar;
|
||||
|
||||
import net.hyperic.jni.ArchLoader;
|
||||
import net.hyperic.jni.ArchLoaderException;
|
||||
import net.hyperic.jni.ArchName;
|
||||
import net.hyperic.jni.ArchNotSupportedException;
|
||||
import org.hyperic.jni.ArchLoader;
|
||||
import org.hyperic.jni.ArchLoaderException;
|
||||
import org.hyperic.jni.ArchName;
|
||||
import org.hyperic.jni.ArchNotSupportedException;
|
||||
|
||||
public class SigarLoader extends ArchLoader {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user