From f844fa63a5bb5f2d511e573d8e0c2f9beb6e3e79 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 2 Nov 2008 10:19:35 +0000 Subject: [PATCH] SWS-443 --- src/docbkx/server.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/server.xml b/src/docbkx/server.xml index 5b4f7c64..7122ac1c 100644 --- a/src/docbkx/server.xml +++ b/src/docbkx/server.xml @@ -549,8 +549,8 @@ Endpoints, like any other Spring Bean, are scoped as a singleton by default, i.e. one instance of the bean definition is created per container. Being a singleton implies that more than one thread - can use it, so the endpoint has to be thread safe. If you want to use a different scope, such as - prototype, refer to the + can use it at the same time, so the endpoint has to be thread safe. If you want to use a different + scope, such as prototype, refer to the Spring Reference documentation.