From 1ee6cd1eb1c0baf154d40c7a213f759e6c1171f5 Mon Sep 17 00:00:00 2001 From: Rick Evans Date: Wed, 11 Jul 2007 15:04:53 +0000 Subject: [PATCH] Corrected typo ('faul' -> 'fault'). --- .../main/java/org/springframework/ws/soap/SoapFault.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/soap/SoapFault.java b/core/src/main/java/org/springframework/ws/soap/SoapFault.java index 930dc2ac..ce14e6e8 100644 --- a/core/src/main/java/org/springframework/ws/soap/SoapFault.java +++ b/core/src/main/java/org/springframework/ws/soap/SoapFault.java @@ -1,5 +1,5 @@ /* - * Copyright 2006 the original author or authors. + * Copyright 2006-2007 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. @@ -19,8 +19,11 @@ package org.springframework.ws.soap; import javax.xml.namespace.QName; /** - * Represents the Fault element in the body of a SOAP message. A faul consists of a fault code, string, and - * role. + * Represents the Fault element in the body of a SOAP message. + *

+ * A fault consists of a {@link #getFaultCode() fault code}, + * {@link #getFaultActorOrRole fault string/reason}, and + * {@link #getFaultActorOrRole() role}. * * @author Arjen Poutsma */