Renamed a method

cusax-fix
Emil Ivov 20 years ago
parent fd572097d5
commit 5b4d65e7b0

@ -344,7 +344,7 @@ public MetaContact findMetaContactByID(String metaContactID)
* like to synchronize with the local contact list.
* @param provider the provider that the operation set belongs to.
*/
private void synchronizeOpSetWithServerContactList(
private void synchronizeOpSetWithLocalContactList(
ProtocolProviderService provider,
OperationSetPersistentPresence presenceOpSet)
{
@ -436,7 +436,7 @@ private void handleProviderAdded(ProtocolProviderService provider)
//If we have a persistent presence op set - then retrieve its contat
//list and merge it with the local one.
if( opSetPersPresence != null ){
synchronizeOpSetWithServerContactList(provider, opSetPersPresence);
synchronizeOpSetWithLocalContactList(provider, opSetPersPresence);
}
else
logger.debug("Service did not have a pers. pres. op. set.");

Loading…
Cancel
Save