Removed corrupt character in author name which was causing build problems with bamboo.
This commit is contained in:
parent
1258fa854e
commit
c5f6cbb8f5
|
@ -57,7 +57,7 @@ import javax.security.auth.login.LoginException;
|
|||
* which is subsequently available from <code>java:comp/env/security/subject</code>.</p>
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @author Sergio Bern<EFBFBD>
|
||||
* @author Sergio Bern
|
||||
* @version $Id:JbossSpringSecurityLoginModule.java 2151 2007-09-22 11:54:13Z luke_t $
|
||||
*/
|
||||
public class JbossSpringSecurityLoginModule extends AbstractServerLoginModule {
|
||||
|
|
Loading…
Reference in New Issue