Skip to content

Commit 1afdda3

Browse files
committed
Merge branch '4.1.x'
Closes gh-1666
2 parents 9ecc7a7 + 290d444 commit 1afdda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ws-docs/src/docs/asciidoc/server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ In the next couple of sections, a more elaborate description of the `@Endpoint`
687687
Endpoints, like any other Spring Bean, are scoped as a singleton by default.
688688
That is, one instance of the bean definition is created per container.
689689
Being a singleton implies that more than one thread can use it at the same time, so the endpoint has to be thread safe.
690-
If you want to use a different scope, such as prototype, see the {spring-framework-docs}/core/beans/factory-scopes.html#beans-factory-scopes-other-injection[Spring Reference documentation].
690+
If you want to use a different scope, such as prototype, see the {spring-framework-docs}/core/beans/factory-scopes.html#beans-factory-scopes-other-injection[Spring Framework reference documentation].
691691
====
692692

693693
Note that all abstract base classes provided in Spring-WS are thread safe, unless otherwise indicated in the class-level Javadoc.

0 commit comments

Comments
 (0)