mam: remove unused import

This commit is contained in:
Florian Schmaus 2020-04-12 12:06:00 +02:00
parent 516c68bdb4
commit c10a56dc84
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ import org.jivesoftware.smackx.commands.RemoteCommand;
import org.jivesoftware.smackx.disco.ServiceDiscoveryManager;
import org.jivesoftware.smackx.disco.packet.DiscoverItems;
import org.jivesoftware.smackx.forward.packet.Forwarded;
import org.jivesoftware.smackx.mam.MamManager.MamQueryArgs;
import org.jivesoftware.smackx.mam.element.MamElements;
import org.jivesoftware.smackx.mam.element.MamElements.MamResultExtension;
import org.jivesoftware.smackx.mam.element.MamFinIQ;