1
0
mirror of synced 2026-08-31 22:46:02 +00:00

Added eclipse plugin to build. Some minor fixes to remove eclipse warnings.

This commit is contained in:
Luke Taylor
2010-08-18 14:11:06 +01:00
parent 5f6bcc0e1e
commit 1680807470
6 changed files with 6 additions and 5 deletions
@@ -18,7 +18,7 @@ import java.lang.reflect.Constructor;
* @deprecated Write an implementation of AuthenticationDetailsSource which returns the desired type directly.
*/
@Deprecated
public class AuthenticationDetailsSourceImpl implements AuthenticationDetailsSource {
public class AuthenticationDetailsSourceImpl implements AuthenticationDetailsSource<Object, Object> {
//~ Instance fields ================================================================================================
private Class<?> clazz = AuthenticationDetails.class;