This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 3a6befffbd Typo fixes in documentation. 3a6befffbd is described below commit 3a6befffbd0ed51da063161aa9608c14e6ee2b0f Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Fri Aug 4 16:21:56 2023 +0200 Typo fixes in documentation. --- .../main/java/org/apache/sis/coverage/grid/BufferedGridCoverage.java | 2 +- .../src/main/java/org/apache/sis/internal/util/DefinitionURI.java | 2 +- .../src/main/java/org/apache/sis/internal/storage/io/IOUtilities.java | 2 +- .../sis-storage/src/main/java/org/apache/sis/storage/ProbeResult.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/BufferedGridCoverage.java b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/BufferedGridCoverage.java index cd94d43f5d..9b90bdeca9 100644 --- a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/BufferedGridCoverage.java +++ b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/BufferedGridCoverage.java @@ -271,7 +271,7 @@ public class BufferedGridCoverage extends GridCoverage { * for completing the renderer configuration before to create an image. * The default implementation does nothing. * - * <p>Some example of methods that subclasses may want to use are:</p> + * <p>Some examples of methods that subclasses may want to use are:</p> * <ul> * <li>{@link ImageRenderer#setCategoryColors(Function)}</li> * <li>{@link ImageRenderer#setVisibleBand(int)}</li> diff --git a/core/sis-utility/src/main/java/org/apache/sis/internal/util/DefinitionURI.java b/core/sis-utility/src/main/java/org/apache/sis/internal/util/DefinitionURI.java index 7e28910a07..74223a5900 100644 --- a/core/sis-utility/src/main/java/org/apache/sis/internal/util/DefinitionURI.java +++ b/core/sis-utility/src/main/java/org/apache/sis/internal/util/DefinitionURI.java @@ -88,7 +88,7 @@ import static org.apache.sis.util.ArgumentChecks.ensureNonNull; * <tr><td>verticalDatumType</td> <td>Vertical datum type code definition</td></tr> * </table> * - * Some example of <cite>authorities</cite> are: + * Some examples of <cite>authorities</cite> are: * <table class="sis"> * <caption>Authority examples</caption> * <tr><th>Authority</th> <th>Purpose</th></tr> diff --git a/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/io/IOUtilities.java b/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/io/IOUtilities.java index 39e165ec11..16c0318124 100644 --- a/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/io/IOUtilities.java +++ b/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/io/IOUtilities.java @@ -322,7 +322,7 @@ public final class IOUtilities extends Static { * the character encoding (normally {@code "UTF-8"}). * If the URL is not encoded, then {@code null}. * @return the path converted to an uRL, or {@code null} if the given path was null. - * @throws MalformedURLException if the path can not be parsed as an URL. + * @throws MalformedURLException if the path cannot be parsed as an URL. * @throws IOException if a non-null {@code encoding} was specified and an encoding error is found. * * @since 1.4 diff --git a/storage/sis-storage/src/main/java/org/apache/sis/storage/ProbeResult.java b/storage/sis-storage/src/main/java/org/apache/sis/storage/ProbeResult.java index a4ab24db33..356da9da25 100644 --- a/storage/sis-storage/src/main/java/org/apache/sis/storage/ProbeResult.java +++ b/storage/sis-storage/src/main/java/org/apache/sis/storage/ProbeResult.java @@ -185,7 +185,7 @@ public class ProbeResult implements Serializable { * A generic MIME type for XML documents is {@code "application/xml"}. * However, many other MIME types exist for XML documents compliant to some particular shema. * Those types can be determined by inspecting the namespace of XML root element. - * The following table gives some example: + * The following table gives some examples: * * <table class="sis"> * <caption>MIME type examples</caption>