File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
geode-core/src/main/java/org/apache/geode/internal/process Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ class FileProcessController implements ProcessController {
8181 * Constructs an instance for controlling a local process.
8282 *
8383 * @param parameters details about the controllable process
84- *
85- * @throws IllegalArgumentException if pid is not a positive integer
8684 */
8785 FileProcessController (final FileControllerParameters parameters ) {
8886 this (parameters , DEFAULT_STATUS_TIMEOUT_MILLIS , MILLISECONDS );
@@ -94,8 +92,6 @@ class FileProcessController implements ProcessController {
9492 * @param parameters details about the controllable process
9593 * @param timeout the timeout that operations must complete within
9694 * @param units the units of the timeout
97- *
98- * @throws IllegalArgumentException if pid is not a positive integer
9995 */
10096 FileProcessController (final FileControllerParameters parameters ,
10197 final long timeout , final TimeUnit units ) {
You can’t perform that action at this time.
0 commit comments