Skip to content

Commit 47760ad

Browse files
committed
Javadoc
1 parent 2e64fdf commit 47760ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/springframework/ws/server/endpoint/mapping/SimpleMethodEndpointMapping.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
/**
3232
* Simple subclass of {@link AbstractMethodEndpointMapping} that maps from the local name of the request payload to
33-
* methods.Endpoint beans are registered using the <code>endpoints</code> property; the endpoint methods that start with
34-
* <code>methodPrefix</code> and end with <code>methodSuffix</code> will be registered.
33+
* methods. Endpoint beans are registered using the <code>endpoints</code> property; the endpoint methods that start
34+
* with <code>methodPrefix</code> and end with <code>methodSuffix</code> will be registered.
3535
* <p/>
3636
* Endpoints typically have the following form:
3737
* <pre>

0 commit comments

Comments
 (0)