You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/assignment/planning/AssignmentPlan.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ private boolean isSatisfyingCurrentAssignmentsForModel(Deployment m) {
249
249
/**
250
250
* Checks if the current assignments satisfy the deployment's allocation requirements.
251
251
* @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
0 commit comments