From 899c768a2d2b187944edf2e3dca413b9e5fdd779 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 20 Oct 2007 11:06:14 +0000 Subject: [PATCH] Spelling errors. --- .../org/springframework/ws/pox/dom/DomPoxMessageFactory.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/pox/dom/DomPoxMessageFactory.java b/core/src/main/java/org/springframework/ws/pox/dom/DomPoxMessageFactory.java index fcdb6c00..aba1bd70 100644 --- a/core/src/main/java/org/springframework/ws/pox/dom/DomPoxMessageFactory.java +++ b/core/src/main/java/org/springframework/ws/pox/dom/DomPoxMessageFactory.java @@ -31,7 +31,7 @@ import org.w3c.dom.Document; import org.xml.sax.SAXException; /** - * Implementation of the {@link WebServiceMessageFactory} interinterface that creates a {@link DomPoxMessage}. + * Implementation of the {@link WebServiceMessageFactory} interface that creates a {@link DomPoxMessage}. * * @author Arjen Poutsma * @see org.springframework.ws.pox.dom.DomPoxMessage @@ -42,8 +42,7 @@ public class DomPoxMessageFactory extends TransformerObjectSupport implements We /** The default content type for the POX messages. */ public static final String DEFAULT_CONTENT_TYPE = "application/xml"; - private DocumentBuilderFactory documentBuilderFactory = - documentBuilderFactory = DocumentBuilderFactory.newInstance(); + private DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance(); private String contentType = DEFAULT_CONTENT_TYPE;