mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
Reviewed-by: prappo
This commit is contained in:
parent
7f8d785086
commit
b0e1ee4b3b
70 changed files with 435 additions and 446 deletions
|
@ -340,14 +340,14 @@ final class ProcessHandleImpl implements ProcessHandle {
|
|||
}
|
||||
|
||||
/**
|
||||
* Signal the process to terminate.
|
||||
* The process is signaled only if its start time matches the known start time.
|
||||
*
|
||||
* @param pid process id to kill
|
||||
* @param startTime the start time of the process
|
||||
* @param forcibly true to forcibly terminate (SIGKILL vs SIGTERM)
|
||||
* @return true if the process was signaled without error; false otherwise
|
||||
*/
|
||||
* Signal the process to terminate.
|
||||
* The process is signaled only if its start time matches the known start time.
|
||||
*
|
||||
* @param pid process id to kill
|
||||
* @param startTime the start time of the process
|
||||
* @param forcibly true to forcibly terminate (SIGKILL vs SIGTERM)
|
||||
* @return true if the process was signaled without error; false otherwise
|
||||
*/
|
||||
private static native boolean destroy0(long pid, long startTime, boolean forcibly);
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue