This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git

commit adb4d107768d0232b35aa7b24d1a456d7a8bf0de
Merge: c6bd7e182a a5f469e828
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Wed Oct 1 12:09:06 2025 +0200

    Merge of automatic reorganization of imports order.

 .../main/org/apache/sis/parameter/MatrixParameters.java               | 2 +-
 .../apache/sis/referencing/factory/AuthorityFactoryIdentifier.java    | 2 +-
 .../test/org/apache/sis/parameter/MatrixParametersTest.java           | 4 +---
 .../test/org/apache/sis/resources/embedded/EmbeddedResourcesTest.java | 2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --cc 
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/AuthorityFactoryIdentifier.java
index 996ba80c65,8a8f2ce147..e0e34327f6
--- 
a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/AuthorityFactoryIdentifier.java
+++ 
b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/AuthorityFactoryIdentifier.java
@@@ -41,10 -42,9 +42,9 @@@ import org.apache.sis.util.logging.Logg
  import org.apache.sis.util.internal.shared.Constants;
  import org.apache.sis.metadata.internal.shared.NameMeaning;
  import org.apache.sis.referencing.internal.Resources;
- import org.opengis.referencing.IdentifiedObject;
  
 -// Specific to the geoapi-3.1 and geoapi-4.0 branches:
 -import org.opengis.referencing.datum.DatumEnsemble;
 +// Specific to the main branch:
 +import org.apache.sis.referencing.datum.DefaultDatumEnsemble;
  
  
  /**

Reply via email to