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: *