javadoc fix

cusax-fix
Damian Minkov 20 years ago
parent aa24be95c2
commit 4b3a5e2cbd

@ -59,7 +59,7 @@ public class ContactGroupMsnImpl
* ServerStoredContactListImpl update will only be done if source group
* is changed.
* @param rosterGroup the Msn Group correspoinding to the group
* @param msnGroup the Msn Group correspoinding to the group
* @param groupMembers the group members that we should add to the group.
* @param ssclCallback a callback to the server stored contact list
* we're creating.
@ -384,7 +384,7 @@ public boolean isResolved()
/**
* Resolve this contact group against the specified group
* @param source the server stored group
* @param msnGroup the server stored group
*/
void setResolved(MsnGroup msnGroup)
{

@ -27,7 +27,7 @@ public class ContactMsnImpl
/**
* Creates an MsnContactImpl
* @param rosterEntry the RosterEntry object that we will be encapsulating.
* @param contact the contact object that we will be encapsulating.
* @param ssclCallback a reference to the ServerStoredContactListImpl
* instance that created us.
* @param isPersistent determines whether this contact is persistent or not.

Loading…
Cancel
Save