]> source.dussan.org Git - archiva.git/commitdiff
revert bad idea sub classes do not need to know parent class implementation details
authorOlivier Lamy <olamy@apache.org>
Thu, 13 Dec 2012 08:34:54 +0000 (08:34 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 13 Dec 2012 08:34:54 +0000 (08:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1421130 13f79535-47bb-0310-9956-ffa450edef68

redback-authentication/redback-authentication-providers/redback-authentication-users/src/main/java/org/apache/archiva/redback/authentication/users/UserManagerAuthenticator.java

index 543e1bb7a9a871824089d6afc334e425eacdc491..eb982ddab3317a73c99af12a243e047351679366 100644 (file)
@@ -52,14 +52,14 @@ import java.util.Map;
 public class UserManagerAuthenticator
     implements Authenticator
 {
-    protected Logger log = LoggerFactory.getLogger( getClass() );
+    private Logger log = LoggerFactory.getLogger( getClass() );
 
     @Inject
     @Named(value = "userManager#configurable")
     private UserManager userManager;
 
     @Inject
-    protected UserSecurityPolicy securityPolicy;
+    private UserSecurityPolicy securityPolicy;
 
     public String getId()
     {