mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 16:32:21 +08:00
[Java] Fix java doc building error (#10757)
This commit is contained in:
@@ -89,7 +89,7 @@ public class BaseActorCreator<T extends BaseActorCreator> {
|
||||
* Set the max number of concurrent calls to allow for this actor.
|
||||
* <p>
|
||||
* The max concurrency defaults to 1 for threaded execution.
|
||||
* Note that the execution order is not guaranteed when max_concurrency > 1.
|
||||
* Note that the execution order is not guaranteed when {@code max_concurrency > 1}.
|
||||
*
|
||||
* @param maxConcurrency The max number of concurrent calls to allow for this actor.
|
||||
* @return self
|
||||
|
||||
@@ -129,7 +129,7 @@ public class ActorCreationOptions extends BaseTaskOptions {
|
||||
* Set the max number of concurrent calls to allow for this actor.
|
||||
* <p>
|
||||
* The max concurrency defaults to 1 for threaded execution.
|
||||
* Note that the execution order is not guaranteed when max_concurrency > 1.
|
||||
* Note that the execution order is not guaranteed when {@code max_concurrency > 1}.
|
||||
*
|
||||
* @param maxConcurrency The max number of concurrent calls to allow for this actor.
|
||||
* @return self
|
||||
|
||||
Reference in New Issue
Block a user