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 dc7ec34832914fff0cf91ec427b12496e9661589 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Sun Oct 29 14:55:08 2023 +0100 Remove the @since and @version javadoc tags in incubator modules. Those tags are relevant only for classes and members in public API. --- incubator/src/org.apache.sis.cql/main/module-info.java | 2 -- incubator/src/org.apache.sis.storage.shapefile/main/module-info.java | 2 -- .../main/org/apache/sis/storage/shapefile/DataStoreQueryException.java | 2 -- .../apache/sis/storage/shapefile/DataStoreQueryResultException.java | 2 -- .../org/apache/sis/storage/shapefile/DbaseFileNotFoundException.java | 2 -- .../main/org/apache/sis/storage/shapefile/InputFeatureStream.java | 2 -- .../apache/sis/storage/shapefile/InvalidDbaseFileFormatException.java | 2 -- .../apache/sis/storage/shapefile/InvalidShapefileFormatException.java | 2 -- .../main/org/apache/sis/storage/shapefile/ShapeFile.java | 3 --- .../main/org/apache/sis/storage/shapefile/ShapeTypeEnum.java | 3 --- .../org/apache/sis/storage/shapefile/ShapefileNotFoundException.java | 2 -- .../main/org/apache/sis/storage/shapefile/cpg/CpgFiles.java | 2 -- .../main/org/apache/sis/storage/shapefile/package-info.java | 2 -- incubator/src/org.apache.sis.test.incubator/test/module-info.java | 2 -- .../main/org/apache/sis/services/OSGiActivator.java | 2 -- .../main/org/apache/sis/services/ServletListener.java | 2 -- 16 files changed, 34 deletions(-) diff --git a/incubator/src/org.apache.sis.cql/main/module-info.java b/incubator/src/org.apache.sis.cql/main/module-info.java index 97d51b54e5..4307e9c627 100644 --- a/incubator/src/org.apache.sis.cql/main/module-info.java +++ b/incubator/src/org.apache.sis.cql/main/module-info.java @@ -19,8 +19,6 @@ * CQL parser. * * @author Johann Sorel (Geomatys) - * @version 1.4 - * @since 1.1 */ module org.apache.sis.cql { requires transitive org.apache.sis.feature; diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/module-info.java b/incubator/src/org.apache.sis.storage.shapefile/main/module-info.java index 1a2171b427..7a525d550b 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/module-info.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/module-info.java @@ -20,8 +20,6 @@ * * @author Travis L. Pinney * @author Marc Le Bihan - * @version 0.5 - * @since 0.5 */ module org.apache.sis.storage.shapefile { requires java.sql; diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryException.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryException.java index a1dc0b8879..6a0a51b954 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryException.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryException.java @@ -26,8 +26,6 @@ import org.apache.sis.storage.DataStoreException; * not yet target for any Apache SIS release at this time.</div> * * @author Marc Le Bihan - * @version 0.6 - * @since 0.6 */ public class DataStoreQueryException extends DataStoreException { /** Serial UID. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryResultException.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryResultException.java index a957fc6958..6e18addd20 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryResultException.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DataStoreQueryResultException.java @@ -26,8 +26,6 @@ import org.apache.sis.storage.DataStoreException; * not yet target for any Apache SIS release at this time.</div> * * @author Marc Le Bihan - * @version 0.6 - * @since 0.6 */ public class DataStoreQueryResultException extends DataStoreException { /** Serial UID. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DbaseFileNotFoundException.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DbaseFileNotFoundException.java index 88197b2008..ad1aeceb4d 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DbaseFileNotFoundException.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/DbaseFileNotFoundException.java @@ -26,8 +26,6 @@ import org.apache.sis.storage.DataStoreException; * not yet target for any Apache SIS release at this time.</div> * * @author Marc Le Bihan - * @version 0.6 - * @since 0.6 */ public class DbaseFileNotFoundException extends DataStoreException { /** Serial UID. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InputFeatureStream.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InputFeatureStream.java index 412bff88fd..681f9344ec 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InputFeatureStream.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InputFeatureStream.java @@ -53,8 +53,6 @@ import org.opengis.feature.Feature; * not yet target for any Apache SIS release at this time.</div> * * @author Marc Le Bihan - * @version 0.5 - * @since 0.5 */ public class InputFeatureStream extends InputStream { /** Logger. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidDbaseFileFormatException.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidDbaseFileFormatException.java index 98dc633f4a..7f63d2c554 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidDbaseFileFormatException.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidDbaseFileFormatException.java @@ -10,8 +10,6 @@ import org.apache.sis.storage.DataStoreException; * not yet target for any Apache SIS release at this time.</div> * * @author Marc LE BIHAN - * @version 0.6 - * @since 0.6 */ public class InvalidDbaseFileFormatException extends DataStoreException { /** Serial ID. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidShapefileFormatException.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidShapefileFormatException.java index 374e0e21d9..9d8cd1b402 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidShapefileFormatException.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/InvalidShapefileFormatException.java @@ -26,8 +26,6 @@ import org.apache.sis.storage.DataStoreException; * not yet target for any Apache SIS release at this time.</div> * * @author Marc Le Bihan - * @version 0.5 - * @since 0.5 */ public class InvalidShapefileFormatException extends DataStoreException { /** Serial UID. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeFile.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeFile.java index 00d205d286..2612e2177a 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeFile.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeFile.java @@ -31,12 +31,9 @@ import org.apache.sis.storage.shapefile.jdbc.DBase3FieldDescriptor; * not yet target for any Apache SIS release at this time.</div> * * @author Travis L. Pinney - * @version 0.5 * * @see <a href="http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf">ESRI Shapefile Specification</a> * @see <a href="http://ulisse.elettra.trieste.it/services/doc/dbase/DBFstruct.htm">dBASE III File Structure</a> - * - * @since 0.5 */ public class ShapeFile { /** Shapefile. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeTypeEnum.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeTypeEnum.java index 5aece9ffb9..596383b579 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeTypeEnum.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapeTypeEnum.java @@ -28,11 +28,8 @@ import java.util.Map; * not yet target for any Apache SIS release at this time.</div> * * @author Travis L. Pinney - * @version 0.5 * * @see <a href="http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf">ESRI Shapefile Specification</a> - * - * @since 0.5 */ public enum ShapeTypeEnum { diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapefileNotFoundException.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapefileNotFoundException.java index 8b28a68b32..3d3ab7dc96 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapefileNotFoundException.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/ShapefileNotFoundException.java @@ -26,8 +26,6 @@ import org.apache.sis.storage.DataStoreException; * not yet target for any Apache SIS release at this time.</div> * * @author Marc Le Bihan - * @version 0.6 - * @since 0.6 */ public class ShapefileNotFoundException extends DataStoreException { /** Serial UID. */ diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/cpg/CpgFiles.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/cpg/CpgFiles.java index 3a9ede37b3..afa5313f61 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/cpg/CpgFiles.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/cpg/CpgFiles.java @@ -34,8 +34,6 @@ import org.apache.sis.util.Static; * {@code *.cpg} files contains a single word for the name of the DBF character encoding. * * @author Johann Sorel (Geomatys) - * @version 2.0 - * @since 2.0 */ public final class CpgFiles extends Static { /** diff --git a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/package-info.java b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/package-info.java index 9ed8c41292..92747a9f29 100644 --- a/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/package-info.java +++ b/incubator/src/org.apache.sis.storage.shapefile/main/org/apache/sis/storage/shapefile/package-info.java @@ -23,7 +23,5 @@ * * @author Travis L. Pinney * @author Marc Le Bihan - * @version 0.5 - * @since 0.5 */ package org.apache.sis.storage.shapefile; diff --git a/incubator/src/org.apache.sis.test.incubator/test/module-info.java b/incubator/src/org.apache.sis.test.incubator/test/module-info.java index 62dcaa90b5..66086cb5c7 100644 --- a/incubator/src/org.apache.sis.test.incubator/test/module-info.java +++ b/incubator/src/org.apache.sis.test.incubator/test/module-info.java @@ -19,8 +19,6 @@ * Additional dependencies needed for Apache SIS tests. * * @author Martin Desruisseaux (Geomatys) - * @version 1.4 - * @since 1.4 */ module org.apache.sis.test.incubator { requires transitive junit; diff --git a/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/OSGiActivator.java b/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/OSGiActivator.java index c93896a109..621d6de212 100644 --- a/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/OSGiActivator.java +++ b/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/OSGiActivator.java @@ -28,8 +28,6 @@ import org.apache.sis.system.SystemListener; * Bundle activator for OSGi environment. * * @author Martin Desruisseaux (Geomatys) - * @version 0.7 - * @since 0.3 */ public final class OSGiActivator implements BundleActivator, BundleListener { /** diff --git a/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/ServletListener.java b/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/ServletListener.java index 6c661d5278..4772179044 100644 --- a/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/ServletListener.java +++ b/incubator/src/org.apache.sis.webapp/main/org/apache/sis/services/ServletListener.java @@ -27,8 +27,6 @@ import org.apache.sis.system.Shutdown; * This class should not be used directly. * * @author Martin Desruisseaux (Geomatys) - * @version 0.7 - * @since 0.3 */ @WebListener("Apache SIS shutdown hook") public final class ServletListener implements ServletContextListener {