mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Renamed method.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2017 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
17def9e24c
commit
ba2b0a76bb
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class PrivateDataManager {
|
||||||
* @param namespace the XML namespace.
|
* @param namespace the XML namespace.
|
||||||
* @param provider the IQ provider.
|
* @param provider the IQ provider.
|
||||||
*/
|
*/
|
||||||
public static void addIQProvider(String elementName, String namespace,
|
public static void addPrivateDataProvider(String elementName, String namespace,
|
||||||
IQProvider provider)
|
IQProvider provider)
|
||||||
{
|
{
|
||||||
String key = getProviderKey(elementName, namespace);
|
String key = getProviderKey(elementName, namespace);
|
||||||
|
|
Loading…
Reference in a new issue