From fb2663ad3daa2047b9d28c4b43cca1ab7b756409 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 20 May 2010 08:25:11 +0000 Subject: [PATCH] javadoc --- .../ws/server/endpoint/AbstractLoggingInterceptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java b/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java index b99aac4d..93486478 100644 --- a/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java +++ b/core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java @@ -77,7 +77,7 @@ public abstract class AbstractLoggingInterceptor extends TransformerObjectSuppor } /** - * Logs the request message payload. Logging only ocurs if logRequest is set to true, + * Logs the request message payload. Logging only occurs if logRequest is set to true, * which is the default. * * @param messageContext the message context @@ -92,7 +92,7 @@ public abstract class AbstractLoggingInterceptor extends TransformerObjectSuppor } /** - * Logs the response message payload. Logging only ocurs if logResponse is set to true, + * Logs the response message payload. Logging only occurs if logResponse is set to true, * which is the default. * * @param messageContext the message context