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 faf0d27a25 Renaming of a CSS style used in the the developer guide,
and spelling fixes.
faf0d27a25 is described below
commit faf0d27a25fc65ddf63924b73daaf3ad9c73b589
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Tue Nov 21 15:20:05 2023 +0100
Renaming of a CSS style used in the the developer guide, and spelling fixes.
---
.../main/org/apache/sis/buildtools/book/CodeColorizer.java | 2 +-
.../main/org/apache/sis/coverage/RegionOfInterest.java | 2 +-
.../apache/sis/metadata/iso/quality/DefaultConformanceResultTest.java | 2 +-
.../main/org/apache/sis/referencing/AuthorityFactories.java | 2 +-
.../test/org/apache/sis/referencing/operation/matrix/SolverTest.java | 2 +-
.../main/org/apache/sis/storage/gpx/Description.java | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/buildSrc/src/org.apache.sis.buildtools/main/org/apache/sis/buildtools/book/CodeColorizer.java
b/buildSrc/src/org.apache.sis.buildtools/main/org/apache/sis/buildtools/book/CodeColorizer.java
index 6d5c30768c..5451d6cdec 100644
---
a/buildSrc/src/org.apache.sis.buildtools/main/org/apache/sis/buildtools/book/CodeColorizer.java
+++
b/buildSrc/src/org.apache.sis.buildtools/main/org/apache/sis/buildtools/book/CodeColorizer.java
@@ -70,7 +70,7 @@ public final class CodeColorizer {
* The specifier of an identifier.
*/
private enum Specifier {
- OGC("OGC"), GEOAPI("GeoAPI"), SIS("SIS"), XML_PREFIX(null);
+ OGC("OGC"), GEOAPI("API"), SIS("SIS"), XML_PREFIX(null);
/** The value to put in the {@code class} attribute of {@code <code>}
or other elements, or {@code null} if none. */
final String style;
diff --git
a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/RegionOfInterest.java
b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/RegionOfInterest.java
index 601e21f16a..c237dcbe80 100644
---
a/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/RegionOfInterest.java
+++
b/endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/RegionOfInterest.java
@@ -92,7 +92,7 @@ public class RegionOfInterest implements LenientComparable,
Serializable {
* The target space is specified by a {@code GridGeometry}.
*
* <h4>Limitations</h4>
- * In current implementation, the grid geometry most be two-dimensional.
+ * In current implementation, the grid geometry must be two-dimensional.
* This restriction will be relaxed progressively in future versions.
*
* @param target two-dimensional grid geometry of the target image.
diff --git
a/endorsed/src/org.apache.sis.metadata/test/org/apache/sis/metadata/iso/quality/DefaultConformanceResultTest.java
b/endorsed/src/org.apache.sis.metadata/test/org/apache/sis/metadata/iso/quality/DefaultConformanceResultTest.java
index 7f870a2510..c988c92a98 100644
---
a/endorsed/src/org.apache.sis.metadata/test/org/apache/sis/metadata/iso/quality/DefaultConformanceResultTest.java
+++
b/endorsed/src/org.apache.sis.metadata/test/org/apache/sis/metadata/iso/quality/DefaultConformanceResultTest.java
@@ -77,7 +77,7 @@ public final class DefaultConformanceResultTest extends
TestCase {
/**
* Tests (un)marshalling of an XML document with a result missing for an
unknown reason.
- * At marshaling time, the nil reason of mandatory properties should
default to {@link NilReason#UNKNOWN}.
+ * At marshalling time, the nil reason of mandatory properties should
default to {@link NilReason#UNKNOWN}.
*
* @throws JAXBException if an error occurred during the during
marshalling / unmarshalling processes.
*/
diff --git
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/AuthorityFactories.java
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/AuthorityFactories.java
index 2b6e332b40..aabc203bbb 100644
---
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/AuthorityFactories.java
+++
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/AuthorityFactories.java
@@ -64,7 +64,7 @@ final class AuthorityFactories<T extends AuthorityFactory>
extends LazySet<T> {
/**
* The unique system-wide authority factory instance that contains all
factories found on the module path,
- * plus the EPSG factory. The {@link EPSGFactoryProxy} most be excluded
from this list, since the EPSG
+ * plus the EPSG factory. The {@link EPSGFactoryProxy} must be excluded
from this list, since the EPSG
* factory is handled in a special way.
*/
static final MultiAuthoritiesFactory ALL = new MultiAuthoritiesFactory(
diff --git
a/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/matrix/SolverTest.java
b/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/matrix/SolverTest.java
index fd50ba5da5..dcb2647931 100644
---
a/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/matrix/SolverTest.java
+++
b/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/matrix/SolverTest.java
@@ -154,7 +154,7 @@ public final class SolverTest extends TestCase {
assertEqualsElements(expected, 5, 5, inverse, TOLERANCE);
/*
* Set a scale factor to NaN. The translation term for the
corresponding
- * dimension become unknown, so it most become NaN in the inverse
matrix.
+ * dimension become unknown, so it must become NaN in the inverse
matrix.
*/
matrix = Matrices.create(5, 5, new double[] {
20, 0, 0, 0, -3000,
diff --git
a/endorsed/src/org.apache.sis.storage.xml/main/org/apache/sis/storage/gpx/Description.java
b/endorsed/src/org.apache.sis.storage.xml/main/org/apache/sis/storage/gpx/Description.java
index 0520dfc04c..efecd13850 100644
---
a/endorsed/src/org.apache.sis.storage.xml/main/org/apache/sis/storage/gpx/Description.java
+++
b/endorsed/src/org.apache.sis.storage.xml/main/org/apache/sis/storage/gpx/Description.java
@@ -35,7 +35,7 @@ final class Description extends ResourceInternationalString {
/**
* The name of the resource bundle, as a fully qualified class name.
* This value is given at construction time and cannot be {@code null}.
- * It most be a resource in the same module than this class.
+ * It must be a resource in the same module than this class.
*/
private final String resources;