From 8f188f3c9a4a7ffbba09c8ec2e228edb85fa815b Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 10 Nov 2009 09:53:09 +0000 Subject: [PATCH] Javadoc --- .../ws/soap/server/endpoint/SoapFaultDefinitionEditor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/soap/server/endpoint/SoapFaultDefinitionEditor.java b/core/src/main/java/org/springframework/ws/soap/server/endpoint/SoapFaultDefinitionEditor.java index f5a9e058..efb192d4 100644 --- a/core/src/main/java/org/springframework/ws/soap/server/endpoint/SoapFaultDefinitionEditor.java +++ b/core/src/main/java/org/springframework/ws/soap/server/endpoint/SoapFaultDefinitionEditor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005 the original author or authors. + * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ import org.springframework.xml.namespace.QNameEditor; *

* Instead of supplying a custom fault code, you can use the constants SERVER or RECEIVER * indicate a Server/Receiver fault, or CLIENT or SENDER - * toClient/Sender fault respectivaly. + * toClient/Sender fault respectively. *

* For example: *