RESOLVED - BATCH-878: AbstractMethodInvokingDelegator is not abstract
declared the class abstract
This commit is contained in:
@@ -31,7 +31,7 @@ import org.springframework.util.MethodInvoker;
|
||||
*
|
||||
* @author Robert Kasanicky
|
||||
*/
|
||||
public class AbstractMethodInvokingDelegator<T> implements InitializingBean {
|
||||
public abstract class AbstractMethodInvokingDelegator<T> implements InitializingBean {
|
||||
|
||||
private Object targetObject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user