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 1cca8c38ec4b2a1d084b8f07cf40e55d81b395ed Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Mon Jan 10 16:51:05 2022 +0100 Add credits for https://issues.apache.org/jira/browse/SIS-532 --- .../org/apache/sis/referencing/operation/projection/ObliqueMercator.java | 1 + .../apache/sis/referencing/operation/projection/ObliqueMercatorTest.java | 1 + 2 files changed, 2 insertions(+) diff --git a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ObliqueMercator.java b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ObliqueMercator.java index 7203e1f..8080965 100644 --- a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ObliqueMercator.java +++ b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ObliqueMercator.java @@ -55,6 +55,7 @@ import static org.apache.sis.internal.referencing.provider.ObliqueMercatorCenter * @author Rueben Schulz (UBC) * @author Martin Desruisseaux (Geomatys) * @author Rémi Maréchal (Geomatys) + * @author Emmanuel Giasson (Thales) * @version 1.2 * * @see Mercator diff --git a/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/ObliqueMercatorTest.java b/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/ObliqueMercatorTest.java index a3318ea..fc0f300 100644 --- a/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/ObliqueMercatorTest.java +++ b/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/ObliqueMercatorTest.java @@ -37,6 +37,7 @@ import static java.lang.StrictMath.*; * * @author Martin Desruisseaux (Geomatys) * @author Rémi Maréchal (Geomatys) + * @author Emmanuel Giasson (Thales) * @version 1.2 * @since 1.0 * @module