Skip to content

Commit

Permalink
GEODE-9478: Revision 1
Browse files Browse the repository at this point in the history
 - Removed throws in javadoc given new constructors doesn't have any PID
  • Loading branch information
gaussianrecurrence committed Feb 22, 2022
1 parent 3baee1c commit 53338bc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ class FileProcessController implements ProcessController {
* Constructs an instance for controlling a local process.
*
* @param parameters details about the controllable process
*
* @throws IllegalArgumentException if pid is not a positive integer
*/
FileProcessController(final FileControllerParameters parameters) {
this(parameters, DEFAULT_STATUS_TIMEOUT_MILLIS, MILLISECONDS);
Expand All @@ -94,8 +92,6 @@ class FileProcessController implements ProcessController {
* @param parameters details about the controllable process
* @param timeout the timeout that operations must complete within
* @param units the units of the timeout
*
* @throws IllegalArgumentException if pid is not a positive integer
*/
FileProcessController(final FileControllerParameters parameters,
final long timeout, final TimeUnit units) {
Expand Down

0 comments on commit 53338bc

Please sign in to comment.