whitespace nits

This commit is contained in:
Doug MacEachern 2005-05-08 17:42:09 +00:00
parent df43f0d115
commit f8ed2e0444
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ public class FileSystemMap extends HashMap {
* @see #init
*/
public Object put(Object key, Object value) {
throw new UnsupportedOperationException();
throw new UnsupportedOperationException();
}
/**

View File

@ -489,7 +489,6 @@ public class Sigar implements SigarProxy {
return ThreadCpu.fetch(this, 0);
}
private native FileSystem[] getFileSystemListNative() throws SigarException;
/**