Skip to content

Commit b46e15e

Browse files
valeriy42Copilot
andauthored
Update x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/assignment/planning/AssignmentPlan.java
Co-authored-by: Copilot <[email protected]>
1 parent cd87fc9 commit b46e15e

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/assignment/planning

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/assignment/planning/AssignmentPlan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ private boolean isSatisfyingCurrentAssignmentsForModel(Deployment m) {
249249
/**
250250
* Checks if the current assignments satisfy the deployment's allocation requirements.
251251
* @param deployment the deployment to check
252-
* @return true if the current assignments satisfy the deployments's allocation requirements, false otherwise
252+
* @return true if the current assignments satisfy the deployment's allocation requirements, false otherwise
253253
*/
254254
public boolean satisfiesAllocations(Deployment deployment) {
255255
return remainingModelAllocations.getOrDefault(deployment, 0) == 0;

0 commit comments

Comments
 (0)