Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "it's" with "its" #1312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion jaxrs-api/src/main/java/jakarta/ws/rs/BeanParam.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -26,7 +27,7 @@
* The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class
* field, property or resource method parameter.
* <p>
* The JAX-RS runtime will instantiate the object and inject all it's fields and properties annotated with either one of
* The JAX-RS runtime will instantiate the object and inject all its fields and properties annotated with either one of
* the {@code @XxxParam} annotation ({@link PathParam &#64;PathParam}, {@link FormParam &#64;FormParam} ...) or the
* {@link jakarta.ws.rs.core.Context &#64;Context} annotation. For the POJO classes same instantiation and injection rules
* apply as in case of instantiation and injection of request-scoped root resource classes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -33,7 +34,7 @@
* <p>
* Note that the exception is used to indicate (internal) JAX-RS processing errors. It is not used to indicate HTTP
* error response states. A HTTP error response is represented by a {@link jakarta.ws.rs.WebApplicationException} class or
* one of it's sub-classes.
* one of its sub-classes.
* </p>
*
* @author Marek Potociar
Expand Down
25 changes: 13 additions & 12 deletions jaxrs-api/src/main/java/jakarta/ws/rs/client/AsyncInvoker.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -107,7 +108,7 @@ public interface AsyncInvoker {
* processing exception will be of {@link ResponseProcessingException} type and will contain the {@link Response}
* instance whose processing has failed.
*
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @return invocation response {@link Future future}.
Expand All @@ -126,7 +127,7 @@ public interface AsyncInvoker {
* type and will contain the {@link Response} instance whose processing has failed.
*
* @param <T> response entity type.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param responseType Java type the response entity will be converted to.
Expand All @@ -146,7 +147,7 @@ public interface AsyncInvoker {
* type and will contain the {@link Response} instance whose processing has failed.
*
* @param <T> generic response entity type.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param responseType representation of a generic Java type the response entity will be converted to.
Expand All @@ -166,7 +167,7 @@ public interface AsyncInvoker {
* {@link ResponseProcessingException} type and will contain the {@link Response} instance whose processing has failed.
*
* @param <T> generic response entity type.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param callback asynchronous invocation callback.
Expand All @@ -185,7 +186,7 @@ public interface AsyncInvoker {
* processing exception will be of {@link ResponseProcessingException} type and will contain the {@link Response}
* instance whose processing has failed.
*
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @return invocation response {@link Future future}.
Expand All @@ -205,7 +206,7 @@ public interface AsyncInvoker {
* type and will contain the {@link Response} instance whose processing has failed.
*
* @param <T> response entity type.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param responseType Java type the response entity will be converted to.
Expand All @@ -225,7 +226,7 @@ public interface AsyncInvoker {
* type and will contain the {@link Response} instance whose processing has failed.
*
* @param <T> generic response entity type.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param responseType representation of a generic Java type the response entity will be converted to.
Expand All @@ -245,7 +246,7 @@ public interface AsyncInvoker {
* {@link ResponseProcessingException} type and will contain the {@link Response} instance whose processing has failed.
*
* @param <T> generic response entity type.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param callback asynchronous invocation callback.
Expand Down Expand Up @@ -560,7 +561,7 @@ public interface AsyncInvoker {
* instance whose processing has failed.
*
* @param name method name.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @return invocation response {@link Future future}.
Expand All @@ -580,7 +581,7 @@ public interface AsyncInvoker {
*
* @param <T> response entity type.
* @param name method name.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param responseType Java type the response entity will be converted to.
Expand All @@ -601,7 +602,7 @@ public interface AsyncInvoker {
*
* @param <T> generic response entity type.
* @param name method name.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param responseType representation of a generic Java type the response entity will be converted to.
Expand All @@ -622,7 +623,7 @@ public interface AsyncInvoker {
*
* @param <T> generic response entity type.
* @param name method name.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @param callback asynchronous invocation callback.
Expand Down
3 changes: 2 additions & 1 deletion jaxrs-api/src/main/java/jakarta/ws/rs/client/Client.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -43,7 +44,7 @@ public interface Client extends Configurable<Client>, AutoCloseable {

/**
* <p>
* Close client instance and all it's associated resources. Subsequent calls have no effect and are ignored. Once the
* Close client instance and all its associated resources. Subsequent calls have no effect and are ignored. Once the
* client is closed, invoking any other method on the client instance would result in an {@link IllegalStateException}
* being thrown.
* </p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -194,7 +195,7 @@ public ClientBuilder keyStore(final KeyStore keyStore, final String password) {
public abstract ClientBuilder trustStore(final KeyStore trustStore);

/**
* Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification
* Set the hostname verifier to be used by the client to verify the endpoint's hostname against its identification
* information.
*
* @param verifier hostname verifier.
Expand Down
7 changes: 4 additions & 3 deletions jaxrs-api/src/main/java/jakarta/ws/rs/client/Invocation.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -102,7 +103,7 @@ public static interface Builder extends SyncInvoker {
* Build a request invocation using an arbitrary request method name and request entity.
*
* @param method request method name.
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @return invocation encapsulating the built request.
Expand All @@ -126,7 +127,7 @@ public static interface Builder extends SyncInvoker {
/**
* Build a POST request invocation.
*
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @return invocation encapsulating the built POST request.
Expand All @@ -136,7 +137,7 @@ public static interface Builder extends SyncInvoker {
/**
* Build a PUT request invocation.
*
* @param entity request entity, including it's full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* @param entity request entity, including its full {@link jakarta.ws.rs.core.Variant} information. Any variant-related
* HTTP headers previously set (namely {@code Content-Type}, {@code Content-Language} and {@code Content-Encoding}) will
* be overwritten using the entity variant information.
* @return invocation encapsulating the built PUT request.
Expand Down
Loading