Skip to content

Commit 53338bc

Browse files
author
Mario Salazar de Torres
committed
GEODE-9478: Revision 1
- Removed throws in javadoc given new constructors doesn't have any PID
1 parent 3baee1c commit 53338bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

geode-core/src/main/java/org/apache/geode/internal/process/FileProcessController.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)