mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Javadoc fix.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1972 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
ff72bc3cc7
commit
d83cf2ebeb
2 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ public class RosterEntry {
|
|||
|
||||
/**
|
||||
* Returns the roster subscription type of the entry. When the type is
|
||||
* {@link RosterPacket.ItemType#NONE}, the subscription request is pending.
|
||||
* RosterPacket.ItemType.NONE, the subscription request is pending.
|
||||
*
|
||||
* @return the type.
|
||||
*/
|
||||
|
|
|
@ -259,7 +259,7 @@ public class ProviderManager {
|
|||
*
|
||||
* @param elementName the XML element name.
|
||||
* @param namespace the XML namespace.
|
||||
* @return
|
||||
* @return the IQ provider.
|
||||
*/
|
||||
public synchronized static Object getIQProvider(String elementName, String namespace) {
|
||||
String key = getProviderKey(elementName, namespace);
|
||||
|
@ -283,7 +283,7 @@ public class ProviderManager {
|
|||
*
|
||||
* @param elementName
|
||||
* @param namespace
|
||||
* @return
|
||||
* @return the extenion provider.
|
||||
*/
|
||||
public synchronized static Object getExtensionProvider(String elementName, String namespace) {
|
||||
String key = getProviderKey(elementName, namespace);
|
||||
|
|
Loading…
Reference in a new issue