11/*
22 * Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
3+ * Copyright (c) 2025 Contributors to the Eclipse Foundation
34 *
45 * This program and the accompanying materials are made available under the
56 * terms of the Eclipse Public License v. 2.0, which is available at
@@ -107,7 +108,7 @@ public interface AsyncInvoker {
107108 * processing exception will be of {@link ResponseProcessingException} type and will contain the {@link Response}
108109 * instance whose processing has failed.
109110 *
110- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
111+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
111112 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
112113 * be overwritten using the entity variant information.
113114 * @return invocation response {@link Future future}.
@@ -126,7 +127,7 @@ public interface AsyncInvoker {
126127 * type and will contain the {@link Response} instance whose processing has failed.
127128 *
128129 * @param <T> response entity type.
129- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
130+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
130131 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
131132 * be overwritten using the entity variant information.
132133 * @param responseType Java type the response entity will be converted to.
@@ -146,7 +147,7 @@ public interface AsyncInvoker {
146147 * type and will contain the {@link Response} instance whose processing has failed.
147148 *
148149 * @param <T> generic response entity type.
149- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
150+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
150151 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
151152 * be overwritten using the entity variant information.
152153 * @param responseType representation of a generic Java type the response entity will be converted to.
@@ -166,7 +167,7 @@ public interface AsyncInvoker {
166167 * {@link ResponseProcessingException} type and will contain the {@link Response} instance whose processing has failed.
167168 *
168169 * @param <T> generic response entity type.
169- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
170+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
170171 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
171172 * be overwritten using the entity variant information.
172173 * @param callback asynchronous invocation callback.
@@ -185,7 +186,7 @@ public interface AsyncInvoker {
185186 * processing exception will be of {@link ResponseProcessingException} type and will contain the {@link Response}
186187 * instance whose processing has failed.
187188 *
188- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
189+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
189190 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
190191 * be overwritten using the entity variant information.
191192 * @return invocation response {@link Future future}.
@@ -205,7 +206,7 @@ public interface AsyncInvoker {
205206 * type and will contain the {@link Response} instance whose processing has failed.
206207 *
207208 * @param <T> response entity type.
208- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
209+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
209210 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
210211 * be overwritten using the entity variant information.
211212 * @param responseType Java type the response entity will be converted to.
@@ -225,7 +226,7 @@ public interface AsyncInvoker {
225226 * type and will contain the {@link Response} instance whose processing has failed.
226227 *
227228 * @param <T> generic response entity type.
228- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
229+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
229230 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
230231 * be overwritten using the entity variant information.
231232 * @param responseType representation of a generic Java type the response entity will be converted to.
@@ -245,7 +246,7 @@ public interface AsyncInvoker {
245246 * {@link ResponseProcessingException} type and will contain the {@link Response} instance whose processing has failed.
246247 *
247248 * @param <T> generic response entity type.
248- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
249+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
249250 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
250251 * be overwritten using the entity variant information.
251252 * @param callback asynchronous invocation callback.
@@ -560,7 +561,7 @@ public interface AsyncInvoker {
560561 * instance whose processing has failed.
561562 *
562563 * @param name method name.
563- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
564+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
564565 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
565566 * be overwritten using the entity variant information.
566567 * @return invocation response {@link Future future}.
@@ -580,7 +581,7 @@ public interface AsyncInvoker {
580581 *
581582 * @param <T> response entity type.
582583 * @param name method name.
583- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
584+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
584585 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
585586 * be overwritten using the entity variant information.
586587 * @param responseType Java type the response entity will be converted to.
@@ -601,7 +602,7 @@ public interface AsyncInvoker {
601602 *
602603 * @param <T> generic response entity type.
603604 * @param name method name.
604- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
605+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
605606 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
606607 * be overwritten using the entity variant information.
607608 * @param responseType representation of a generic Java type the response entity will be converted to.
@@ -622,7 +623,7 @@ public interface AsyncInvoker {
622623 *
623624 * @param <T> generic response entity type.
624625 * @param name method name.
625- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
626+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
626627 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
627628 * be overwritten using the entity variant information.
628629 * @param callback asynchronous invocation callback.
0 commit comments