fix javadoc
This commit is contained in:
parent
7dde393538
commit
af28b1e2d9
|
@ -245,7 +245,7 @@ public class Sigar implements SigarProxy {
|
||||||
* Send a signal to a process.
|
* Send a signal to a process.
|
||||||
*
|
*
|
||||||
* @param pid The process id.
|
* @param pid The process id.
|
||||||
* @param signum The signal name.
|
* @param signame The signal name.
|
||||||
* @exception SigarException on failure.
|
* @exception SigarException on failure.
|
||||||
*/
|
*/
|
||||||
public void kill(long pid, String signame) throws SigarException {
|
public void kill(long pid, String signame) throws SigarException {
|
||||||
|
|
Loading…
Reference in New Issue