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:
parent
37ea4b5254
commit
f6e14ae1a6
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue