@@ -107,7 +107,7 @@ public interface AsyncInvoker {
107107 * processing exception will be of {@link ResponseProcessingException} type and will contain the {@link Response}
108108 * instance whose processing has failed.
109109 *
110- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
110+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
111111 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
112112 * be overwritten using the entity variant information.
113113 * @return invocation response {@link Future future}.
@@ -126,7 +126,7 @@ public interface AsyncInvoker {
126126 * type and will contain the {@link Response} instance whose processing has failed.
127127 *
128128 * @param <T> response entity type.
129- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
129+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
130130 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
131131 * be overwritten using the entity variant information.
132132 * @param responseType Java type the response entity will be converted to.
@@ -146,7 +146,7 @@ public interface AsyncInvoker {
146146 * type and will contain the {@link Response} instance whose processing has failed.
147147 *
148148 * @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
149+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
150150 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
151151 * be overwritten using the entity variant information.
152152 * @param responseType representation of a generic Java type the response entity will be converted to.
@@ -166,7 +166,7 @@ public interface AsyncInvoker {
166166 * {@link ResponseProcessingException} type and will contain the {@link Response} instance whose processing has failed.
167167 *
168168 * @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
169+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
170170 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
171171 * be overwritten using the entity variant information.
172172 * @param callback asynchronous invocation callback.
@@ -185,7 +185,7 @@ public interface AsyncInvoker {
185185 * processing exception will be of {@link ResponseProcessingException} type and will contain the {@link Response}
186186 * instance whose processing has failed.
187187 *
188- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
188+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
189189 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
190190 * be overwritten using the entity variant information.
191191 * @return invocation response {@link Future future}.
@@ -205,7 +205,7 @@ public interface AsyncInvoker {
205205 * type and will contain the {@link Response} instance whose processing has failed.
206206 *
207207 * @param <T> response entity type.
208- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
208+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
209209 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
210210 * be overwritten using the entity variant information.
211211 * @param responseType Java type the response entity will be converted to.
@@ -225,7 +225,7 @@ public interface AsyncInvoker {
225225 * type and will contain the {@link Response} instance whose processing has failed.
226226 *
227227 * @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
228+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
229229 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
230230 * be overwritten using the entity variant information.
231231 * @param responseType representation of a generic Java type the response entity will be converted to.
@@ -245,7 +245,7 @@ public interface AsyncInvoker {
245245 * {@link ResponseProcessingException} type and will contain the {@link Response} instance whose processing has failed.
246246 *
247247 * @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
248+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
249249 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
250250 * be overwritten using the entity variant information.
251251 * @param callback asynchronous invocation callback.
@@ -560,7 +560,7 @@ public interface AsyncInvoker {
560560 * instance whose processing has failed.
561561 *
562562 * @param name method name.
563- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
563+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
564564 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
565565 * be overwritten using the entity variant information.
566566 * @return invocation response {@link Future future}.
@@ -580,7 +580,7 @@ public interface AsyncInvoker {
580580 *
581581 * @param <T> response entity type.
582582 * @param name method name.
583- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
583+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
584584 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
585585 * be overwritten using the entity variant information.
586586 * @param responseType Java type the response entity will be converted to.
@@ -601,7 +601,7 @@ public interface AsyncInvoker {
601601 *
602602 * @param <T> generic response entity type.
603603 * @param name method name.
604- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
604+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
605605 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
606606 * be overwritten using the entity variant information.
607607 * @param responseType representation of a generic Java type the response entity will be converted to.
@@ -622,7 +622,7 @@ public interface AsyncInvoker {
622622 *
623623 * @param <T> generic response entity type.
624624 * @param name method name.
625- * @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
625+ * @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
626626 * HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
627627 * be overwritten using the entity variant information.
628628 * @param callback asynchronous invocation callback.
0 commit comments