make this logger protected for sub classes access

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1421128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-13 08:34:16 +00:00
parent 37ea4b5254
commit f6e14ae1a6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ import java.util.Map;
public class UserManagerAuthenticator
implements Authenticator
{
private Logger log = LoggerFactory.getLogger( getClass() );
protected Logger log = LoggerFactory.getLogger( getClass() );
@Inject
@Named(value = "userManager#configurable")