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

commit dba3047b30caf3476de8b3ac14dab190de736fd4
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu Jun 30 10:12:55 2022 +0200

    Documentation fixes.
---
 .../java/org/apache/sis/coverage/grid/CoordinateOperationFinder.java    | 2 +-
 .../src/main/java/org/apache/sis/coverage/grid/GridCoverageBuilder.java | 2 +-
 .../java/org/apache/sis/internal/coverage/j2d/ColorModelFactory.java    | 2 +-
 .../test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java   | 2 +-
 .../src/main/java/org/apache/sis/internal/util/AbstractIterator.java    | 2 +-
 .../src/main/java/org/apache/sis/internal/util/DefinitionURI.java       | 2 +-
 .../main/java/org/apache/sis/storage/geotiff/GridGeometryBuilder.java   | 2 +-
 .../src/main/java/org/apache/sis/internal/netcdf/FeatureSet.java        | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/CoordinateOperationFinder.java
 
b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/CoordinateOperationFinder.java
index 2b2fefbc6d..c33a71d0f6 100644
--- 
a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/CoordinateOperationFinder.java
+++ 
b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/CoordinateOperationFinder.java
@@ -717,7 +717,7 @@ apply:          if (forwardChangeOfCRS == null) {
     /**
      * Configures the accuracy hints on the given processor.
      *
-     * <h4>Pre-requite</h4>
+     * <h4>Prerequisite</h4>
      * This method assumes that {@link #gridToCRS()} or {@link #inverse()}
      * has already been invoked before this method.
      */
diff --git 
a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/GridCoverageBuilder.java
 
b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/GridCoverageBuilder.java
index 1e437360e5..9b4c695615 100644
--- 
a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/GridCoverageBuilder.java
+++ 
b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/GridCoverageBuilder.java
@@ -141,7 +141,7 @@ public class GridCoverageBuilder {
 
     /**
      * The data buffer containing the coverage values.
-     * Exactly one of {@link #image}, {@link #raster} and {@code #buffer} 
shall be non-null.
+     * Exactly one of {@link #image}, {@link #raster} and {@code buffer} shall 
be non-null.
      *
      * @see #setValues(DataBuffer, Dimension)
      */
diff --git 
a/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/ColorModelFactory.java
 
b/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/ColorModelFactory.java
index 9e67346848..c5ff8d778a 100644
--- 
a/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/ColorModelFactory.java
+++ 
b/core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/ColorModelFactory.java
@@ -210,7 +210,7 @@ public final class ColorModelFactory {
     }
 
     /**
-     * Constructs the color model from the {@code #codes} and {@link #ARGB} 
data.
+     * Constructs the color model from the {@code codes} and {@link #ARGB} 
data.
      * This method is invoked the first time the color model is created, or 
when
      * the value in the cache has been discarded.
      */
diff --git 
a/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java
 
b/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java
index 39b5f120e1..021c59d249 100644
--- 
a/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java
+++ 
b/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java
@@ -628,7 +628,7 @@ public abstract strictfp class AnnotationConsistencyCheck 
extends TestCase {
 
     /**
      * Tests the annotations in the {@code package-info} files of Apache SIS 
implementations of the
-     * interfaces enumerated in the {@code #types} array. More specifically 
this method tests that:
+     * interfaces enumerated in the {@link #types} array. More specifically 
this method tests that:
      *
      * <ul>
      *   <li>The prefixes declared in the {@link XmlNs} annotations match the
diff --git 
a/core/sis-utility/src/main/java/org/apache/sis/internal/util/AbstractIterator.java
 
b/core/sis-utility/src/main/java/org/apache/sis/internal/util/AbstractIterator.java
index 06abb78e5e..89a4d98054 100644
--- 
a/core/sis-utility/src/main/java/org/apache/sis/internal/util/AbstractIterator.java
+++ 
b/core/sis-utility/src/main/java/org/apache/sis/internal/util/AbstractIterator.java
@@ -23,7 +23,7 @@ import java.util.NoSuchElementException;
 /**
  * Base class for iterators that prepare the next element in advance.
  * The {@link #next} field is initially {@code null} and is reset to {@code 
null} after each call to {@link #next()}.
- * The {@link #hasNext()} method shall set the {@code #next} field to a 
non-null value if there is more elements to
+ * The {@link #hasNext()} method shall set the {@link #next} field to a 
non-null value if there is more elements to
  * return.
  *
  * @author  Martin Desruisseaux (Geomatys)
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 0f6359b67e..2e86876a7d 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
@@ -44,7 +44,7 @@ import static 
org.apache.sis.util.ArgumentChecks.ensureNonNull;
  * </ul>
  *
  * This class does not attempt to decode URL characters. For example a URL for 
"m/s" may be encoded as below,
- * in which case the value in the {@code #code} field will be {@code "m%2Fs"} 
instead of {@code "m/s"}.
+ * in which case the value in the {@link #code} field will be {@code "m%2Fs"} 
instead of {@code "m/s"}.
  * <ul>
  *   <li>{@code http://www.opengis.net/def/uom/SI/0/m%2Fs}</li>
  * </ul>
diff --git 
a/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/GridGeometryBuilder.java
 
b/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/GridGeometryBuilder.java
index aff4519450..28147dc785 100644
--- 
a/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/GridGeometryBuilder.java
+++ 
b/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/GridGeometryBuilder.java
@@ -333,7 +333,7 @@ final class GridGeometryBuilder extends GeoKeysLoader {
     /**
      * Completes ISO 19115 metadata with some GeoTIFF values inferred from the 
geotags.
      *
-     * <h4>Pre-requite</h4>
+     * <h4>Prerequisite</h4>
      * <ul>
      *   <li>{@link #build(Reader, long, long)} must have been invoked 
successfully before this method.</li>
      *   <li>{@link ImageFileDirectory} must have filled its part of metadata 
before to invoke this method.</li>
diff --git 
a/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/FeatureSet.java
 
b/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/FeatureSet.java
index 2533061cab..e12de7c519 100644
--- 
a/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/FeatureSet.java
+++ 
b/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/FeatureSet.java
@@ -105,7 +105,7 @@ final class FeatureSet extends DiscreteSampling {
     /**
      * The time-varying properties (for which there is many values per feature 
instance), or an empty array if none.
      * The length of all {@code dynamicProperties} variables shall be the sum 
of all {@link #counts} values.
-     * If {@code #count} is {@code null}, then this array is empty.
+     * If {@link #counts} is {@code null}, then this array is empty.
      */
     private final Variable[] dynamicProperties;
 

Reply via email to