From 53fe2253119aec0b6e60e103fd3af959600274c9 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 4 Jan 2011 11:07:48 +0000 Subject: [PATCH] SWS-673 - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method --- .../mapping/AbstractAnnotationMethodEndpointMapping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/AbstractAnnotationMethodEndpointMapping.java b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/AbstractAnnotationMethodEndpointMapping.java index bda72ffd..84323468 100644 --- a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/AbstractAnnotationMethodEndpointMapping.java +++ b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/AbstractAnnotationMethodEndpointMapping.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,