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
1 changed files with 1 additions and 1 deletions

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