Commit 5d373666 authored by guus's avatar guus

Fixed typo in javadoc.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13470 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2a41d6f2
......@@ -147,8 +147,8 @@ public class VCardManager extends BasicModule implements ServerFeaturesProvider
* other relevant user information.
*
* @param username The username of the user to set his new vCard.
* @param vCardElement The DOM element sent by the user as his new vcard.
* @throws Exception if an error occured while storing the new vCard.
* @param vCardElement The DOM element sent by the user as his new vCard.
* @throws Exception if an error occurred while storing the new vCard.
*/
public void setVCard(String username, Element vCardElement) throws Exception {
boolean created = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment