mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Do not fully qualify type in javadoc
This commit is contained in:
parent
78cf3006ea
commit
3bd35ecb1a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ import org.jxmpp.jid.Jid;
|
||||||
* commands offered by a service and for processing commands requests.
|
* commands offered by a service and for processing commands requests.
|
||||||
*
|
*
|
||||||
* Pass in an XMPPConnection instance to
|
* 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.
|
* get an instance of this class.
|
||||||
*
|
*
|
||||||
* @author Gabriel Guardincerri
|
* @author Gabriel Guardincerri
|
||||||
|
|
Loading…
Reference in a new issue