From ddabe436b47d3bc522d30a43e08e1fd761467aa0 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 14 Feb 2013 00:00:26 +0000 Subject: [PATCH] PingManager: Fixed imports git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13474 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/ping/PingManager.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/org/jivesoftware/smackx/ping/PingManager.java b/source/org/jivesoftware/smackx/ping/PingManager.java index efd1df43b..49497e6cc 100644 --- a/source/org/jivesoftware/smackx/ping/PingManager.java +++ b/source/org/jivesoftware/smackx/ping/PingManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2012 Florian Schmaus + * Copyright 2012-2013 Florian Schmaus * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,12 +34,10 @@ import org.jivesoftware.smack.filter.PacketIDFilter; import org.jivesoftware.smack.filter.PacketTypeFilter; import org.jivesoftware.smack.packet.IQ; import org.jivesoftware.smack.packet.Packet; -import org.jivesoftware.smack.provider.ProviderManager; import org.jivesoftware.smackx.ServiceDiscoveryManager; import org.jivesoftware.smackx.packet.DiscoverInfo; import org.jivesoftware.smackx.ping.packet.Ping; import org.jivesoftware.smackx.ping.packet.Pong; -import org.jivesoftware.smackx.ping.provider.PingProvider; /** * Implements the XMPP Ping as defined by XEP-0199. This protocol offers an