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 253a91c7e5f4ad0a0355fda2207b861759880133 Author: Martin Desruisseaux <[email protected]> AuthorDate: Wed Sep 3 11:11:42 2025 +0200 Ensure that the Javadoc is the same as on the main branch. --- .../org/apache/sis/referencing/factory/GeodeticObjectFactory.java | 5 +++++ 1 file changed, 5 insertions(+) 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 989b346b35..04e856c1d1 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 @@ -588,6 +588,7 @@ public class GeodeticObjectFactory extends AbstractFactory implements CRSFactory * @param properties name and other properties to give to the new object. * @param datum the geodetic reference frame or datum ensemble viewed as a pseudo-datum. * @param cs the two- or three-dimensional ellipsoidal coordinate system for the created <abbr>CRS</abbr>. + * @return the coordinate reference system for the given properties. * @throws FactoryException if the object creation failed. */ @Override @@ -1055,6 +1056,7 @@ public class GeodeticObjectFactory extends AbstractFactory implements CRSFactory * @param properties name and other properties to give to the new object. * @param datum the vertical reference frame or datum ensemble viewed as a pseudo-datum. * @param cs the vertical coordinate system for the created <abbr>CRS</abbr>. + * @return the coordinate reference system for the given properties. * @throws FactoryException if the object creation failed. */ @Override @@ -1208,6 +1210,7 @@ public class GeodeticObjectFactory extends AbstractFactory implements CRSFactory * @param properties name and other properties to give to the new object. * @param datum the temporal datum or datum ensemble viewed as a pseudo-datum. * @param cs the temporal coordinate system for the created <abbr>CRS</abbr>. + * @return the coordinate reference system for the given properties. * @throws FactoryException if the object creation failed. */ @Override @@ -1331,6 +1334,7 @@ public class GeodeticObjectFactory extends AbstractFactory implements CRSFactory * @param properties name and other properties to give to the new object. * @param datum the parametric datum or datum ensemble viewed as a pseudo-datum. * @param cs the parametric coordinate system for the created <abbr>CRS</abbr>. + * @return the coordinate reference system for the given properties. * @throws FactoryException if the object creation failed. */ @Override @@ -1525,6 +1529,7 @@ public class GeodeticObjectFactory extends AbstractFactory implements CRSFactory * @param properties name and other properties to give to the new object. * @param datum the engineering datum or datum ensemble viewed as a pseudo-datum. * @param cs the coordinate system for the created <abbr>CRS</abbr>. + * @return the coordinate reference system for the given properties. * @throws FactoryException if the object creation failed. */ @Override
