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 6b68ae293b Remove a javadoc link to a `geoapi-conformance` interface
to be removed.
6b68ae293b is described below
commit 6b68ae293b2bcaf20c931eac5522f63031de2549
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Sun Feb 26 20:23:56 2023 +0100
Remove a javadoc link to a `geoapi-conformance` interface to be removed.
---
.../sis/referencing/operation/transform/MathTransformTestCase.java | 4 +---
.../src/test/java/org/apache/sis/storage/geotiff/GeoCodesTest.java | 1 -
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git
a/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
b/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
index 77206da5f1..395a6e7211 100644
---
a/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
+++
b/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/MathTransformTestCase.java
@@ -117,9 +117,7 @@ public abstract class MathTransformTestCase extends
TransformTestCase {
}
/**
- * Creates a new test case which will use the given factories. Those
factories will be given to
- * {@link org.opengis.test.ImplementationDetails#configuration(Factory[])}
in order to decide
- * which tests should be enabled.
+ * Creates a new test case which will use the given factories.
*
* @param factories the factories to be used by the test.
*/
diff --git
a/storage/sis-geotiff/src/test/java/org/apache/sis/storage/geotiff/GeoCodesTest.java
b/storage/sis-geotiff/src/test/java/org/apache/sis/storage/geotiff/GeoCodesTest.java
index 95cfdb46c5..e170f543f0 100644
---
a/storage/sis-geotiff/src/test/java/org/apache/sis/storage/geotiff/GeoCodesTest.java
+++
b/storage/sis-geotiff/src/test/java/org/apache/sis/storage/geotiff/GeoCodesTest.java
@@ -53,7 +53,6 @@ public final class GeoCodesTest extends TestCase {
ParameterDescriptorGroup alternative = parameters("Polar Stereographic
(Variant A)");
assertEquals(GeoKeys.StdParallel1, parseCode(parameters
.descriptor("Latitude of standard parallel")));
assertEquals(GeoKeys.NatOriginLat,
parseCode(alternative.descriptor("Latitude of natural origin")));
-
}
/**