mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
removed unused field
This commit is contained in:
@@ -100,10 +100,7 @@ public class BasicAuthenticationFilter extends HttpFilter
|
||||
*/
|
||||
@Deprecated
|
||||
public BasicAuthenticationFilter(
|
||||
Provider<WebSecurityContext> securityContextProvider)
|
||||
{
|
||||
this.securityContextProvider = securityContextProvider;
|
||||
}
|
||||
Provider<WebSecurityContext> securityContextProvider) {}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
@@ -261,9 +258,4 @@ public class BasicAuthenticationFilter extends HttpFilter
|
||||
|
||||
return user;
|
||||
}
|
||||
|
||||
//~--- fields ---------------------------------------------------------------
|
||||
|
||||
/** Field description */
|
||||
private Provider<WebSecurityContext> securityContextProvider;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user