Fixed pid typo

This commit is contained in:
Robinson 2021-08-29 10:29:08 -06:00
parent c38c84aaed
commit ff1ea8632c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package dorkbox.executor
import java.lang.reflect.Field
/**
* In Java <9, this will return 0, since there is no consistent method to get the PID from the specified process
* In Java <9, this will return -1, since there is no consistent method to get the PID from the specified process
*/
internal object PidHelper {
const val INVALID = -1L