6666import org .elasticsearch .index .rankeval .RankEvalRequest ;
6767import org .elasticsearch .index .rankeval .RankEvalResponse ;
6868import org .elasticsearch .plugins .spi .NamedXContentProvider ;
69- import org .elasticsearch .protocol .xpack .common .Validatable ;
70- import org .elasticsearch .protocol .xpack .common .ValidationException ;
7169import org .elasticsearch .rest .BytesRestResponse ;
7270import org .elasticsearch .rest .RestStatus ;
7371import org .elasticsearch .script .mustache .MultiSearchTemplateRequest ;
@@ -953,8 +951,7 @@ public final void fieldCapsAsync(FieldCapabilitiesRequest fieldCapabilitiesReque
953951
954952 /**
955953 * @deprecated If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation
956- * layer has been added to the ReST client, and requests should extend
957- * {@link org.elasticsearch.protocol.xpack.common.ValidationException} instead of `ActionRequest`.
954+ * layer has been added to the ReST client, and requests should extend {@link Validatable} instead of `ActionRequest`.
958955 */
959956 @ Deprecated
960957 protected final <Req extends ActionRequest , Resp > Resp performRequestAndParseEntity (Req request ,
@@ -980,8 +977,7 @@ protected final <Req extends Validatable, Resp> Resp performRequestAndParseEntit
980977
981978 /**
982979 * @deprecated If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation
983- * layer has been added to the ReST client, and requests should extend
984- * {@link org.elasticsearch.protocol.xpack.common.ValidationException} instead of `ActionRequest`.
980+ * layer has been added to the ReST client, and requests should extend {@link Validatable} instead of `ActionRequest`.
985981 */
986982 @ Deprecated
987983 protected final <Req extends ActionRequest , Resp > Resp performRequest (Req request ,
@@ -1048,8 +1044,7 @@ private <Req, Resp> Resp internalPerformRequest(Req request,
10481044
10491045 /**
10501046 * @deprecated If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation
1051- * layer has been added to the ReST client, and requests should extend
1052- * {@link org.elasticsearch.protocol.xpack.common.ValidationException} instead of `ActionRequest`.
1047+ * layer has been added to the ReST client, and requests should extend {@link Validatable} instead of `ActionRequest`.
10531048 */
10541049 @ Deprecated
10551050 protected final <Req extends ActionRequest , Resp > void performRequestAsyncAndParseEntity (Req request ,
@@ -1076,8 +1071,7 @@ protected final <Req extends Validatable, Resp> void performRequestAsyncAndParse
10761071
10771072 /**
10781073 * @deprecated If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation
1079- * layer has been added to the ReST client, and requests should extend
1080- * {@link org.elasticsearch.protocol.xpack.common.ValidationException} instead of `ActionRequest`.
1074+ * layer has been added to the ReST client, and requests should extend {@link Validatable} instead of `ActionRequest`.
10811075 */
10821076 @ Deprecated
10831077 protected final <Req extends ActionRequest , Resp > void performRequestAsync (Req request ,
0 commit comments