Added eclipse plugin to build. Some minor fixes to remove eclipse warnings.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user