remove unused imports

This commit is contained in:
Doug MacEachern 2005-06-25 23:48:05 +00:00
parent 193465d828
commit 706b6fded1
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package net.hyperic.sigar.cmd;
import net.hyperic.sigar.Sigar;
import net.hyperic.sigar.SigarException;
import net.hyperic.sigar.CpuTimer;

View File

@ -3,7 +3,6 @@ package net.hyperic.sigar.cmd;
import java.util.Date;
import java.text.SimpleDateFormat;
import net.hyperic.sigar.Sigar;
import net.hyperic.sigar.SigarException;
public class Who extends SigarCommandBase {