Skip to content

Commit

Permalink
Update javadoc for Experiments Resource (#28363)
Browse files Browse the repository at this point in the history
Small update to the javadoc
  • Loading branch information
dsilvam committed May 13, 2024
1 parent 4d6ec45 commit 980c27e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,9 @@ public ResponseEntitySingleExperimentView end(@Context final HttpServletRequest
}

/**
* Cancels the future execution of a Scheduled {@link Experiment}. The Experiment needs to be in
* {@link Status#SCHEDULED} status to be able to cancel it.
* Cancels the future execution of a Scheduled {@link Experiment} or the current execution of a Running
* {@link Experiment}. The Experiment needs to be either in
* {@link Status#SCHEDULED} or {@link Status#RUNNING} status to be able to cancel it.
*/

@POST
Expand Down

0 comments on commit 980c27e

Please sign in to comment.