use org.hyperic.jni

This commit is contained in:
Doug MacEachern 2006-06-27 13:12:56 +00:00
parent 09e476c9ae
commit 9badde2eae
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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 {