Skip to content

Commit 2e64fdf

Browse files
committed
SWS-222
1 parent 468b264 commit 2e64fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-tiger/src/main/java/org/springframework/ws/server/endpoint/mapping/AbstractAnnotationMethodEndpointMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public abstract class AbstractAnnotationMethodEndpointMapping extends AbstractMe
3535
implements BeanPostProcessor {
3636

3737
public final Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException {
38-
return null;
38+
return bean;
3939
}
4040

4141
/** Returns the 'endpoint' annotation type. Default is {@link Endpoint}. */

0 commit comments

Comments
 (0)