1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00

Do not fully qualify type in javadoc

This commit is contained in:
Florian Schmaus 2016-05-18 15:58:08 +02:00
parent 78cf3006ea
commit 3bd35ecb1a

View file

@ -55,7 +55,7 @@ import org.jxmpp.jid.Jid;
* commands offered by a service and for processing commands requests.
*
* Pass in an XMPPConnection instance to
* {@link #getAddHocCommandsManager(org.jivesoftware.smack.XMPPConnection)} in order to
* {@link #getAddHocCommandsManager(XMPPConnection)} in order to
* get an instance of this class.
*
* @author Gabriel Guardincerri