You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/05/20 09:52:14 UTC

[jena] branch main updated: Remove unused import

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


The following commit(s) were added to refs/heads/main by this push:
     new f05afd4c94 Remove unused import
f05afd4c94 is described below

commit f05afd4c9418e8d993ebaccec3e7d421406e3e33
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Fri May 20 10:52:07 2022 +0100

    Remove unused import
---
 .../java/org/apache/jena/base/module/SubsystemRegistryServiceLoader.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jena-base/src/main/java/org/apache/jena/base/module/SubsystemRegistryServiceLoader.java b/jena-base/src/main/java/org/apache/jena/base/module/SubsystemRegistryServiceLoader.java
index 9e599a0849..a09800d29f 100644
--- a/jena-base/src/main/java/org/apache/jena/base/module/SubsystemRegistryServiceLoader.java
+++ b/jena-base/src/main/java/org/apache/jena/base/module/SubsystemRegistryServiceLoader.java
@@ -25,7 +25,6 @@ import java.util.ServiceLoader;
 
 import org.apache.jena.atlas.logging.FmtLog;
 import org.apache.jena.atlas.logging.Log;
-import org.slf4j.LoggerFactory;
 
 /**
  * Implementation of {@link SubsystemRegistry} for use in the simple but common case