1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10881 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2008-11-13 21:53:18 +00:00 committed by matt
parent 6051940177
commit 0540d2e38a
2 changed files with 3 additions and 8 deletions

View file

@ -52,11 +52,7 @@
package org.jivesoftware.smackx.commands;
import org.jivesoftware.smack.*;
import org.jivesoftware.smack.packet.Message;
import org.jivesoftware.smack.test.SmackTestCase;
import org.jivesoftware.smack.filter.PacketFilter;
import org.jivesoftware.smack.filter.PacketExtensionFilter;
import org.jivesoftware.smackx.packet.DiscoverItems;
/**
@ -68,7 +64,7 @@ public class AdHocCommandDiscoTest extends SmackTestCase {
/**
* Constructor for test.
* @param arg0
* @param arg0 argument.
*/
public AdHocCommandDiscoTest(String arg0) {
super(arg0);