Javadoc fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1972 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-06-19 18:22:25 +00:00 committed by mtucker
parent ff72bc3cc7
commit d83cf2ebeb
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ public class RosterEntry {
/** /**
* Returns the roster subscription type of the entry. When the type is * 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. * @return the type.
*/ */

View File

@ -259,7 +259,7 @@ public class ProviderManager {
* *
* @param elementName the XML element name. * @param elementName the XML element name.
* @param namespace the XML namespace. * @param namespace the XML namespace.
* @return * @return the IQ provider.
*/ */
public synchronized static Object getIQProvider(String elementName, String namespace) { public synchronized static Object getIQProvider(String elementName, String namespace) {
String key = getProviderKey(elementName, namespace); String key = getProviderKey(elementName, namespace);
@ -283,7 +283,7 @@ public class ProviderManager {
* *
* @param elementName * @param elementName
* @param namespace * @param namespace
* @return * @return the extenion provider.
*/ */
public synchronized static Object getExtensionProvider(String elementName, String namespace) { public synchronized static Object getExtensionProvider(String elementName, String namespace) {
String key = getProviderKey(elementName, namespace); String key = getProviderKey(elementName, namespace);