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 89395b1f0d49cdc668f38dbda84085f01fb53bb8
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Sat May 18 14:44:09 2024 +0200

    Add a note saying that "@since 2.0" are temporary version number until this 
branch is released.
---
 .../main/org/apache/sis/referencing/datum/DefaultVerticalDatum.java   | 4 ++--
 .../org/apache/sis/referencing/factory/GeodeticObjectFactory.java     | 2 +-
 .../referencing/operation/transform/DefaultMathTransformFactory.java  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/datum/DefaultVerticalDatum.java
 
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/datum/DefaultVerticalDatum.java
index a522a26e73..6bbcdd48d0 100644
--- 
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/datum/DefaultVerticalDatum.java
+++ 
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/datum/DefaultVerticalDatum.java
@@ -144,7 +144,7 @@ public class DefaultVerticalDatum extends AbstractDatum 
implements VerticalDatum
      * @param  properties  the properties to be given to the identified object.
      * @param  method      the realization method (geoid, tidal, <i>etc.</i>), 
or {@code null} if unspecified.
      *
-     * @since 2.0
+     * @since 2.0 (temporary version number until this branch is released)
      */
     @SuppressWarnings("this-escape")
     public DefaultVerticalDatum(final Map<String,?> properties, final 
RealizationMethod method) {
@@ -204,7 +204,7 @@ public class DefaultVerticalDatum extends AbstractDatum 
implements VerticalDatum
      *
      * @return method through which this vertical reference frame is realized.
      *
-     * @since 2.0
+     * @since 2.0 (temporary version number until this branch is released)
      */
     @Override
     public Optional<RealizationMethod> getRealizationMethod() {
diff --git 
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/GeodeticObjectFactory.java
 
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/GeodeticObjectFactory.java
index 20f614cbf8..1360482da2 100644
--- 
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/GeodeticObjectFactory.java
+++ 
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/GeodeticObjectFactory.java
@@ -928,7 +928,7 @@ public class GeodeticObjectFactory extends AbstractFactory 
implements CRSFactory
      * @see DefaultVerticalDatum#DefaultVerticalDatum(Map, RealizationMethod)
      * @see GeodeticAuthorityFactory#createVerticalDatum(String)
      *
-     * @since 2.0
+     * @since 2.0 (temporary version number until this branch is released)
      */
     @Override
     public VerticalDatum createVerticalDatum(final Map<String,?> properties,
diff --git 
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java
 
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java
index efb619562f..8bfa59d5d4 100644
--- 
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java
+++ 
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java
@@ -1612,7 +1612,7 @@ public class DefaultMathTransformFactory extends 
AbstractFactory implements Math
      * @return a new matrix of the given size.
      * @throws FactoryException if the matrix creation failed.
      *
-     * @since 1.5
+     * @since 2.0 (temporary version number until this branch is released)
      */
     @Override
     public Matrix createMatrix(int numRow, int numCol) throws FactoryException 
{

Reply via email to