Removed erronous comments

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7490 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-11-30 17:03:13 +00:00
parent 0bfd73ea3f
commit fb004ad644
2 changed files with 0 additions and 4 deletions

View File

@@ -72,9 +72,6 @@ public class EditUserDetailsDialog extends BaseDialogBean
try
{
Map<QName, Serializable> props = this.nodeService.getProperties(getPerson().getNodeRef());
//props.put(ContentModel.PROP_FIRSTNAME, getFirstName());
//props.put(ContentModel.PROP_LASTNAME, getLastName());
//props.put(ContentModel.PROP_EMAIL, getEmail());
for (String key : getPerson().getProperties().keySet())
{
props.put(QName.createQName(key), (Serializable)getPerson().getProperties().get(key));