SWS-673 - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2005-2010 the original author or authors.
|
||||
* Copyright 2005-2011 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -56,7 +56,7 @@ public abstract class AbstractAnnotationMethodEndpointMapping<T> extends Abstrac
|
||||
}
|
||||
|
||||
@Override
|
||||
protected final void initApplicationContext() throws BeansException {
|
||||
protected void initApplicationContext() throws BeansException {
|
||||
super.initApplicationContext();
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Looking for endpoints in application context: " + getApplicationContext());
|
||||
|
||||
Reference in New Issue
Block a user