[Fix] Removed superfluous import

This commit is contained in:
Robert von Burg 2024-02-24 21:31:40 +01:00
parent 71764276b0
commit 5c04c258ad
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
3 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ import li.strolch.utils.helper.StringHelper;
import li.strolch.xmlpers.api.XmlPersistenceException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.impl.StaticLoggerBinder;
@WebListener
public class StartupListener implements ServletContextListener {

View File

@ -11,7 +11,6 @@ import li.strolch.agent.api.StrolchBootstrapper;
import li.strolch.utils.helper.StringHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.impl.StaticLoggerBinder;
@WebListener
public class StartupListener implements ServletContextListener {

View File

@ -11,7 +11,6 @@ import li.strolch.agent.api.StrolchBootstrapper;
import li.strolch.utils.helper.StringHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.impl.StaticLoggerBinder;
@WebListener
public class StartupListener implements ServletContextListener {