Import''s not used

The import org.jivesoftware.smack.filter.PacketFilter in PacketListener is never used in the code!

And the import javax.net.ssl.SSLSocketFactory in SSLXMPPConnection is never used too.

PS: I think that the edit post option is very very ugnet in forum! It’‘s the third time that I notice something right after writing a post and I have to write another post beacuse I can’'t edit the last one!

PS2:Forget about edit, I notice that the pencil its the “edit option”!!! DUHHH!!!

Message was edited by: Wizbang

My IDE indicates that both of those imports are in use. For example, the PacketFilter import is used in the Javadocs link.

Regards,

Matt

And the javadoc nedds the import to work?

I think that’'s independent. If so, the import is surplus!