From 47760ade3866d431c95ed8ca15b28295ae634c4a Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 5 Nov 2007 22:47:55 +0000 Subject: [PATCH] Javadoc --- .../server/endpoint/mapping/SimpleMethodEndpointMapping.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/SimpleMethodEndpointMapping.java b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/SimpleMethodEndpointMapping.java index ff00e639..266b4fc4 100644 --- a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/SimpleMethodEndpointMapping.java +++ b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/SimpleMethodEndpointMapping.java @@ -30,8 +30,8 @@ import org.springframework.ws.server.endpoint.support.PayloadRootUtils; /** * Simple subclass of {@link AbstractMethodEndpointMapping} that maps from the local name of the request payload to - * methods.Endpoint beans are registered using the endpoints property; the endpoint methods that start with - * methodPrefix and end with methodSuffix will be registered. + * methods. Endpoint beans are registered using the endpoints property; the endpoint methods that start + * with methodPrefix and end with methodSuffix will be registered. *

* Endpoints typically have the following form: *