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

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

commit 4e329862438c6705bca6036c9aca950c7fd9d909
Author: Andy Seaborne <[email protected]>
AuthorDate: Sun Aug 3 17:06:12 2025 +0100

    GH-3368: Suppress warnings in schemagen
---
 jena-cmds/src/main/java/jena/schemagen.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jena-cmds/src/main/java/jena/schemagen.java 
b/jena-cmds/src/main/java/jena/schemagen.java
index 69c8e1a80a..16e08da600 100644
--- a/jena-cmds/src/main/java/jena/schemagen.java
+++ b/jena-cmds/src/main/java/jena/schemagen.java
@@ -76,6 +76,7 @@ import static org.apache.jena.atlas.logging.LogCtl.setLogging;
  * Designed to be highly flexible and customisable.
  * </p>
  */
+@SuppressWarnings("removal")
 public class schemagen {
 
     static { setLogging(); }

Reply via email to