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 ebfbd330ce30d048204be9eff46f077f9232d03e Author: Martin Desruisseaux <[email protected]> AuthorDate: Wed Jul 23 10:19:58 2025 +0200 Documentation a fix. --- .../test/org/apache/sis/storage/landsat/LandsatStoreProviderTest.java | 2 +- .../test/org/apache/sis/storage/csv/StoreProviderTest.java | 2 +- .../test/org/apache/sis/storage/esri/AsciiGridStoreTest.java | 2 +- .../test/org/apache/sis/storage/image/WorldFileStoreTest.java | 2 +- .../test/org/apache/sis/storage/wkt/StoreProviderTest.java | 2 +- .../test/org/apache/sis/storage/wkt/StoreTest.java | 2 +- .../test/org/apache/sis/storage/xml/StoreProviderTest.java | 2 +- .../test/org/apache/sis/storage/xml/StoreTest.java | 2 +- .../org.apache.sis.util/main/org/apache/sis/setup/GeometryLibrary.java | 2 ++ .../main/org/apache/sis/geometries/GeometryFactory.java | 2 +- 10 files changed, 11 insertions(+), 9 deletions(-) diff --git a/endorsed/src/org.apache.sis.storage.earthobservation/test/org/apache/sis/storage/landsat/LandsatStoreProviderTest.java b/endorsed/src/org.apache.sis.storage.earthobservation/test/org/apache/sis/storage/landsat/LandsatStoreProviderTest.java index ffbc51e918..4c50f9706d 100644 --- a/endorsed/src/org.apache.sis.storage.earthobservation/test/org/apache/sis/storage/landsat/LandsatStoreProviderTest.java +++ b/endorsed/src/org.apache.sis.storage.earthobservation/test/org/apache/sis/storage/landsat/LandsatStoreProviderTest.java @@ -43,7 +43,7 @@ public final class LandsatStoreProviderTest extends TestCase { /** * Tests {@link LandsatStoreProvider#probeContent(StorageConnector)} method. * - * @throws DataStoreException if en error occurred while reading the test file. + * @throws DataStoreException if an error occurred while reading the test file. */ @Test public void testProbeContentFromReader() throws DataStoreException { diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/csv/StoreProviderTest.java b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/csv/StoreProviderTest.java index dd34cac854..86fea28ed6 100644 --- a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/csv/StoreProviderTest.java +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/csv/StoreProviderTest.java @@ -43,7 +43,7 @@ public final class StoreProviderTest extends TestCase { /** * Tests {@link StoreProvider#probeContent(StorageConnector)} method. * - * @throws DataStoreException if en error occurred while reading the CSV file. + * @throws DataStoreException if an error occurred while reading the CSV file. */ @Test public void testProbeContent() throws DataStoreException { diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/AsciiGridStoreTest.java b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/AsciiGridStoreTest.java index e4c06e0d50..237d5a0eac 100644 --- a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/AsciiGridStoreTest.java +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/AsciiGridStoreTest.java @@ -68,7 +68,7 @@ public final class AsciiGridStoreTest extends TestCase { /** * Tests {@link AsciiGridStoreProvider#probeContent(StorageConnector)} method. * - * @throws DataStoreException if en error occurred while reading the CSV file. + * @throws DataStoreException if an error occurred while reading the CSV file. */ @Test public void testProbeContent() throws DataStoreException { diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/image/WorldFileStoreTest.java b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/image/WorldFileStoreTest.java index 0524750b93..8c5af7686f 100644 --- a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/image/WorldFileStoreTest.java +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/image/WorldFileStoreTest.java @@ -65,7 +65,7 @@ public final class WorldFileStoreTest extends TestCase { /** * Tests {@link WorldFileStoreProvider#probeContent(StorageConnector)} method. * - * @throws DataStoreException if en error occurred while reading the CSV file. + * @throws DataStoreException if an error occurred while reading the CSV file. */ @Test public void testProbeContent() throws DataStoreException { diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreProviderTest.java b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreProviderTest.java index 1d695f3f86..9922e906be 100644 --- a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreProviderTest.java +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreProviderTest.java @@ -59,7 +59,7 @@ public final class StoreProviderTest extends TestCase { /** * Tests {@link StoreProvider#probeContent(StorageConnector)} method from a {@link java.io.Reader} object. * - * @throws DataStoreException if en error occurred while reading the WKT. + * @throws DataStoreException if an error occurred while reading the WKT. */ @Test public void testProbeContentFromReader() throws DataStoreException { diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreTest.java b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreTest.java index 12b30d1532..d156296729 100644 --- a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreTest.java +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/wkt/StoreTest.java @@ -88,7 +88,7 @@ public final class StoreTest extends TestCase { * reading from an {@link java.io.InputStream}. This method tests indirectly {@link StorageConnector} * capability to reset the {@code InputStream} to its original position after {@code probeContent(…)}. * - * @throws DataStoreException if en error occurred while reading the WKT. + * @throws DataStoreException if an error occurred while reading the WKT. */ @Test public void testFromInputStream() throws DataStoreException { diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreProviderTest.java b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreProviderTest.java index fd4d69f484..814c5cdf1f 100644 --- a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreProviderTest.java +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreProviderTest.java @@ -41,7 +41,7 @@ public final class StoreProviderTest extends TestCase { /** * Tests {@link StoreProvider#probeContent(StorageConnector)} method from a {@link java.io.Reader} object. * - * @throws DataStoreException if en error occurred while reading the XML. + * @throws DataStoreException if an error occurred while reading the XML. */ @Test public void testProbeContentFromReader() throws DataStoreException { diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreTest.java b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreTest.java index 15ab93b624..4420c2ded7 100644 --- a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreTest.java +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/xml/StoreTest.java @@ -93,7 +93,7 @@ public final class StoreTest extends TestCase { * Tests {@link Store#getMetadata()}. * * @throws URISyntaxException if an error occurred while normalizing the URI. - * @throws DataStoreException if en error occurred while reading the XML. + * @throws DataStoreException if an error occurred while reading the XML. */ @Test public void testMetadata() throws URISyntaxException, DataStoreException { diff --git a/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/GeometryLibrary.java b/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/GeometryLibrary.java index ca8bb48274..2af321afa8 100644 --- a/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/GeometryLibrary.java +++ b/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/GeometryLibrary.java @@ -105,6 +105,8 @@ public enum GeometryLibrary { * <tr><td>{@link GeometryType#LINEAR}</td> <td>{@code org.apache.sis.geometries.LineString}</td></tr> * <tr><td>{@link GeometryType#AREAL}</td> <td>{@code org.apache.sis.geometries.Polygon}</td></tr> * </table> + * + * @since 2.0 (temporary version number until this branch is released) */ SIS("SIS"), diff --git a/incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/GeometryFactory.java b/incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/GeometryFactory.java index 50dcab95f6..4585ced299 100644 --- a/incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/GeometryFactory.java +++ b/incubator/src/org.apache.sis.geometry/main/org/apache/sis/geometries/GeometryFactory.java @@ -49,7 +49,7 @@ import org.opengis.referencing.crs.CoordinateReferenceSystem; * * @author Johann Sorel (Geomatys) */ -public final class GeometryFactory extends org.apache.sis.geometry.wrapper.Geometries<Geometry>{ +public final class GeometryFactory extends org.apache.sis.geometry.wrapper.Geometries<Geometry> { public static GeometryFactory INSTANCE = new GeometryFactory();
