From 7c4f97ae29f1786d009002338c49671904685312 Mon Sep 17 00:00:00 2001 From: Rolf Date: Fri, 16 Mar 2012 16:38:48 -0400 Subject: [PATCH] Fix usage of XMLStreamConstants, and some javadoc typos --- .../java/org/jdom2/input/StAXEventBuilder.java | 8 ++++---- .../java/org/jdom2/input/StAXStreamBuilder.java | 17 +++++++++-------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/core/src/java/org/jdom2/input/StAXEventBuilder.java b/core/src/java/org/jdom2/input/StAXEventBuilder.java index 7055b5e9f..2d08a799e 100644 --- a/core/src/java/org/jdom2/input/StAXEventBuilder.java +++ b/core/src/java/org/jdom2/input/StAXEventBuilder.java @@ -79,15 +79,15 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT /** * Builds a JDOM Document from a StAX-based XMLEventReader. *

- * XMLStreamReaders are pre-configured and as a result JDOM is not able to - * alter whether the input is validated, or whether the Stream has escaped + * XMLSeventReaders are pre-configured and as a result JDOM is not able to + * alter whether the input is validated, or whether the Events have escaped * entities or not. These (and other) characteristics are configurable by * setting the correct features and properties on the XMLInputFactory when it * is used to create the XMLStreamReader. *

* Useful configuration to set, or know about is: *