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 fe843c865e9ee787ac0ac8a14c8f52a8d34a36c9 Author: Martin Desruisseaux <[email protected]> AuthorDate: Sat May 24 21:05:09 2025 +0200 Documentation fix: "did not specified" → "did not specify". --- .../main/org/apache/sis/cloud/aws/s3/FileService.java | 2 +- .../main/org/apache/sis/coverage/grid/ResampledGridCoverage.java | 2 +- .../main/org/apache/sis/feature/EnvelopeOperation.java | 2 +- .../main/org/apache/sis/feature/builder/AssociationRoleBuilder.java | 2 +- .../main/org/apache/sis/feature/builder/AttributeTypeBuilder.java | 2 +- .../main/org/apache/sis/feature/builder/CharacteristicTypeBuilder.java | 2 +- .../main/org/apache/sis/feature/builder/TypeBuilder.java | 2 +- endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/XML.java | 2 +- .../main/org/apache/sis/io/wkt/GeodeticObjectParser.java | 2 +- .../main/org/apache/sis/parameter/ParameterFormat.java | 2 +- .../org/apache/sis/referencing/operation/CoordinateOperationFinder.java | 2 +- .../apache/sis/referencing/operation/CoordinateOperationRegistry.java | 2 +- .../main/org/apache/sis/referencing/operation/DefaultConversion.java | 2 +- .../main/org/apache/sis/storage/geotiff/GeoTiffStore.java | 2 +- .../main/org/apache/sis/storage/sql/feature/Relation.java | 2 +- .../main/org/apache/sis/storage/StorageConnector.java | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/FileService.java b/endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/FileService.java index f68ad04cc0..635dc54555 100644 --- a/endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/FileService.java +++ b/endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/FileService.java @@ -81,7 +81,7 @@ import org.apache.sis.util.collection.Containers; public class FileService extends FileSystemProvider { /** * An arbitrary string used as key in the {@link #fileSystems} map - * when the user did not specified explicitly an access key. + * when the user did not specify explicitly an access key. * In such case, the default mechanism documented in AWS SDK is used. * In preference order: * diff --git a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/grid/ResampledGridCoverage.java b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/grid/ResampledGridCoverage.java index a0f575cb33..4e543b4821 100644 --- a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/grid/ResampledGridCoverage.java +++ b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/grid/ResampledGridCoverage.java @@ -204,7 +204,7 @@ final class ResampledGridCoverage extends DerivedGridCoverage { return this; } /* - * If the transform is linear and the user did not specified explicitly a desired transform or grid extent + * If the transform is linear and the user did not specify explicitly a desired transform or grid extent * (i.e. user specified only a target CRS), keep same image with a different `gridToCRS` transform instead * than doing a resampling. The intent is to avoid creating a new image if user apparently doesn't care. */ diff --git a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/EnvelopeOperation.java b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/EnvelopeOperation.java index ca03d43069..fc464e7c87 100644 --- a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/EnvelopeOperation.java +++ b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/EnvelopeOperation.java @@ -218,7 +218,7 @@ final class EnvelopeOperation extends AbstractOperation { } } /* - * If the user did not specified a CRS explicitly, take the CRS of the default geometry. + * If the user did not specify a CRS explicitly, take the CRS of the default geometry. * If there is no default geometry, the CRS of the first geometry will be taken in next loop. */ if (AttributeConvention.GEOMETRY.equals(propertyName)) { diff --git a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AssociationRoleBuilder.java b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AssociationRoleBuilder.java index 811848eab0..35171c1ea9 100644 --- a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AssociationRoleBuilder.java +++ b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AssociationRoleBuilder.java @@ -109,7 +109,7 @@ public final class AssociationRoleBuilder extends PropertyTypeBuilder { } /** - * Returns a default name to use if the user did not specified a name. The first letter will be changed to + * Returns a default name to use if the user did not specify a name. The first letter will be changed to * lower case (unless the name looks like an acronym) for compliance with Java convention on property names. */ @Override diff --git a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AttributeTypeBuilder.java b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AttributeTypeBuilder.java index ece724e014..9c1eeaa26d 100644 --- a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AttributeTypeBuilder.java +++ b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/AttributeTypeBuilder.java @@ -165,7 +165,7 @@ public final class AttributeTypeBuilder<V> extends PropertyTypeBuilder { } /** - * Returns a default name to use if the user did not specified a name. The first letter will be changed to + * Returns a default name to use if the user did not specify a name. The first letter will be changed to * lower case (unless the name looks like an acronym) for compliance with Java convention on attribute names. */ @Override diff --git a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/CharacteristicTypeBuilder.java b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/CharacteristicTypeBuilder.java index a8c9011c6e..5c9a32e95a 100644 --- a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/CharacteristicTypeBuilder.java +++ b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/CharacteristicTypeBuilder.java @@ -125,7 +125,7 @@ public final class CharacteristicTypeBuilder<V> extends TypeBuilder { } /** - * Returns a default name to use if the user did not specified a name. The first letter will be changed to + * Returns a default name to use if the user did not specify a name. The first letter will be changed to * lower case (unless the name looks like an acronym) for compliance with Java convention on property names. */ @Override diff --git a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/TypeBuilder.java b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/TypeBuilder.java index fbef910a6d..85ae7dd20a 100644 --- a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/TypeBuilder.java +++ b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/feature/builder/TypeBuilder.java @@ -199,7 +199,7 @@ public abstract class TypeBuilder implements Localized { } /** - * Returns a default name to use if the user did not specified a name. The first letter will be changed to + * Returns a default name to use if the user did not specify a name. The first letter will be changed to * lower case (unless the name looks like an acronym) for compliance with Java convention on property names. */ String getDefaultName() { diff --git a/endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/XML.java b/endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/XML.java index 1c7567d5c8..7d68c0b80e 100644 --- a/endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/XML.java +++ b/endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/XML.java @@ -232,7 +232,7 @@ public final class XML extends Static { /** * Specifies whether the unmarshalling process should accept any metadata or GML supported version - * if the user did not specified an explicit version. The value can be a {@link Boolean} instance, + * if the user did not specify an explicit version. The value can be a {@link Boolean} instance, * or {@code "true"} or {@code "false"} as a {@link String}. If this value is not specified, then * the default is {@code true} for all {@code XML.unmarshal} methods and {@code false} otherwise. * diff --git a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/io/wkt/GeodeticObjectParser.java b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/io/wkt/GeodeticObjectParser.java index 9da2a6ded1..7751ec3922 100644 --- a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/io/wkt/GeodeticObjectParser.java +++ b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/io/wkt/GeodeticObjectParser.java @@ -905,7 +905,7 @@ class GeodeticObjectParser extends MathTransformParser implements Comparator<Coo if (type == null) { /* * Creates a coordinate system of unknown type. This block is executed during parsing of WKT version 1, - * since that legacy format did not specified any information about the coordinate system in use. + * since that legacy format did not specify any information about the coordinate system in use. * This block should not be executed during parsing of WKT version 2. */ return new AbstractCS(csProperties, axes); diff --git a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/parameter/ParameterFormat.java b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/parameter/ParameterFormat.java index 84c9f1c988..995082fed4 100644 --- a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/parameter/ParameterFormat.java +++ b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/parameter/ParameterFormat.java @@ -899,7 +899,7 @@ public class ParameterFormat extends TabularFormat<Object> { } /* * Writes the table. The header will contain one column for each codespace in the order declared - * by the user. If the user did not specified any codespace, or if we had to write codespace not + * by the user. If the user did not specify any codespace, or if we had to write codespace not * on the user list, then those codespaces will be written in the order we found them. */ final boolean hasColors = (colors != null); diff --git a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationFinder.java b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationFinder.java index db533e8b01..241ec340b4 100644 --- a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationFinder.java +++ b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationFinder.java @@ -258,7 +258,7 @@ public class CoordinateOperationFinder extends CoordinateOperationRegistry { throw new FactoryException(resources().getString(Resources.Keys.RecursiveCreateCallForCode_2, CoordinateOperation.class, key)); } /* - * If the user did not specified an area of interest, use the domain of validity of the CRS. + * If the user did not specify an area of interest, use the domain of validity of the CRS. */ GeographicBoundingBox bbox = Extents.getGeographicBoundingBox(areaOfInterest); if (bbox == null) { diff --git a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationRegistry.java b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationRegistry.java index 9e28cbd912..d880050e12 100644 --- a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationRegistry.java +++ b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationRegistry.java @@ -641,7 +641,7 @@ class CoordinateOperationRegistry { /* * At this point we got the list of coordinate operations. Now, sort them in preference order. * We will loop over all coordinate operations and select the one having the largest intersection - * with the area of interest. Note that if the user did not specified an area of interest himself, + * with the area of interest. Note that if the user did not specify an area of interest himself, * then we need to get one from the CRS. This is necessary for preventing the transformation from * NAD27 to NAD83 in Idaho to select the transform for Alaska (since the latter has a larger area). */ diff --git a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefaultConversion.java b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefaultConversion.java index 5b6030e34e..dbf98a5787 100644 --- a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefaultConversion.java +++ b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefaultConversion.java @@ -233,7 +233,7 @@ public class DefaultConversion extends AbstractSingleOperation implements Conver int interpDim = ReferencingUtilities.getDimension(super.getInterpolationCRS().orElse(null)); if (transform == null) { /* - * If the user did not specified explicitly a MathTransform, we will need to create it from the parameters. + * If the user did not specify explicitly a MathTransform, we will need to create it from the parameters. * This case happens when creating a ProjectedCRS because the length of semi-major and semi-minor axes are * often missing at defining conversion creation time. Since this constructor knows those semi-axis lengths * thanks to the `sourceCRS` argument, we can complete the parameters. diff --git a/endorsed/src/org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff/GeoTiffStore.java b/endorsed/src/org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff/GeoTiffStore.java index 67aacaa5f1..fc8937d54b 100644 --- a/endorsed/src/org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff/GeoTiffStore.java +++ b/endorsed/src/org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff/GeoTiffStore.java @@ -436,7 +436,7 @@ public class GeoTiffStore extends DataStore implements Aggregate { /* * Add the filename as an identifier only if the input was something convertible to URI (URL, File or Path), * otherwise reader.input.filename may not be useful; it may be just the InputStream classname. If the TIFF - * file did not specified any ImageDescription tag, then we will add the filename as a title instead of an + * file did not specify any ImageDescription tag, then we will add the filename as a title instead of an * identifier because the title is mandatory in ISO 19115 metadata. */ getIdentifier().ifPresent((id) -> { diff --git a/endorsed/src/org.apache.sis.storage.sql/main/org/apache/sis/storage/sql/feature/Relation.java b/endorsed/src/org.apache.sis.storage.sql/main/org/apache/sis/storage/sql/feature/Relation.java index 6cd050cd52..4fe81958b8 100644 --- a/endorsed/src/org.apache.sis.storage.sql/main/org/apache/sis/storage/sql/feature/Relation.java +++ b/endorsed/src/org.apache.sis.storage.sql/main/org/apache/sis/storage/sql/feature/Relation.java @@ -224,7 +224,7 @@ final class Relation extends TableReference implements Cloneable { Objects.equals(freeText, reflect.getString(Reflection.FK_NAME))); /* * In above conditions, the comparison of `FK_NAME` is actually the only mandatory check. - * The "catalog.schema.table" comparaison is a paranoiac check added as a safety in case + * The "catalog.schema.table" comparison is a paranoiac check added as a safety in case * the foreigner key is null or empty in some JDBC implementations. Note that the table * name is not a sufficient condition, because we could have more than one foreigner key * referencing the same table. diff --git a/endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/StorageConnector.java b/endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/StorageConnector.java index dc53518cbf..e1899492ff 100644 --- a/endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/StorageConnector.java +++ b/endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/StorageConnector.java @@ -1200,7 +1200,7 @@ public class StorageConnector implements Serializable { /** * Returns or allocate a buffer for use with the {@link ChannelDataInput} or {@link ChannelDataOutput}. - * If the user did not specified a buffer, this method may allocate a direct buffer for better + * If the user did not specify a buffer, this method may allocate a direct buffer for better * leveraging of {@link ChannelDataInput}, which tries hard to transfer data in the most direct * way between buffers and arrays. By contrast creating a heap buffer may imply the use of a * temporary direct buffer cached by the JDK itself (in JDK internal implementation).
