mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.1 to HEAD
6694: Removal of explicit Log4J usage git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6750 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -61,14 +61,15 @@ import org.alfresco.web.bean.users.UsersBean;
|
||||
import org.alfresco.web.config.ClientConfigElement;
|
||||
import org.alfresco.web.ui.common.Utils;
|
||||
import org.alfresco.web.ui.common.component.UIActionLink;
|
||||
import org.apache.log4j.Logger;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
/**
|
||||
* @author Kevin Roast
|
||||
*/
|
||||
public class NewUserWizard extends AbstractWizardBean
|
||||
{
|
||||
private static Logger logger = Logger.getLogger(NewUserWizard.class);
|
||||
private static Log logger = LogFactory.getLog(NewUserWizard.class);
|
||||
|
||||
private static final String WIZARD_TITLE_NEW_ID = "new_user_title";
|
||||
private static final String WIZARD_DESC_NEW_ID = "new_user_desc";
|
||||
|
Reference in New Issue
Block a user