SWS-673 - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method

This commit is contained in:
Arjen Poutsma
2011-01-04 11:06:58 +00:00
parent e55da1ca8a
commit 2426595332

View File

@@ -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());