removes unused imports

This commit is contained in:
Tristan 2025-01-09 12:21:44 +01:00
parent 83889ea4a7
commit fdf96193c5
2 changed files with 0 additions and 4 deletions

View file

@ -18,7 +18,6 @@ import org.jivesoftware.smack.XMPPException.XMPPErrorException;
import org.jivesoftware.smack.packet.Message;
import org.jivesoftware.smack.tcp.XMPPTCPConnection;
import org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration;
import org.jivesoftware.smackx.forward.packet.Forwarded;
import org.jivesoftware.smackx.mam.MamManager;
import org.jivesoftware.smackx.mam.MamManager.MamQuery;
import org.jivesoftware.smackx.mam.MamManager.MamQueryArgs;
@ -29,7 +28,6 @@ import org.jxmpp.jid.impl.JidCreate;
import org.jxmpp.stringprep.XmppStringprepException;
public class MamLoadClient {
private static final int LIMIT_PER_REQUEST = 50;
private AbstractXMPPConnection connection;
private MamManager mamManager;
private boolean debug;

View file

@ -2,9 +2,7 @@ package de.thedevstack.xmpp.mamloader;
import java.io.BufferedReader;
import java.io.Console;
import java.io.IOException;
import java.io.InputStreamReader;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;