whitespace nits
This commit is contained in:
parent
df43f0d115
commit
f8ed2e0444
|
@ -15,7 +15,7 @@ public class FileSystemMap extends HashMap {
|
||||||
* @see #init
|
* @see #init
|
||||||
*/
|
*/
|
||||||
public Object put(Object key, Object value) {
|
public Object put(Object key, Object value) {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -489,7 +489,6 @@ public class Sigar implements SigarProxy {
|
||||||
return ThreadCpu.fetch(this, 0);
|
return ThreadCpu.fetch(this, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private native FileSystem[] getFileSystemListNative() throws SigarException;
|
private native FileSystem[] getFileSystemListNative() throws SigarException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue