mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-25 15:52:06 +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