diff --git a/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java b/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java
index f9ea6c3ada1..c69c08e402b 100644
--- a/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java
+++ b/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java
@@ -183,7 +183,7 @@ public abstract class DatatypeFactory {
* it can use the factory to configure and obtain datatype instances.
*
*
- * Tip for Trouble-shooting
+ * Tip for Trouble-shooting
* Setting the {@code jaxp.debug} system property will cause
* this method to print a lot of debug messages
* to {@code System.err} about what it is doing and where it is looking at.
diff --git a/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java b/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java
index 311fd1acb7d..17012cf487d 100644
--- a/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java
+++ b/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java
@@ -118,7 +118,7 @@ public abstract class DocumentBuilderFactory {
* configure and obtain parser instances.
*
*
- *
Tip for Trouble-shooting
+ * Tip for Trouble-shooting
*
* Setting the {@code jaxp.debug} system property will cause
* this method to print a lot of debug messages
@@ -154,7 +154,7 @@ public abstract class DocumentBuilderFactory {
* it can use the factory to configure and obtain parser instances.
*
*
- *
Tip for Trouble-shooting
+ * Tip for Trouble-shooting
* Setting the {@code jaxp.debug} system property will cause
* this method to print a lot of debug messages
* to {@code System.err} about what it is doing and where it is looking at.
@@ -549,7 +549,7 @@ public abstract class DocumentBuilderFactory {
* exception when the {@link #newDocumentBuilder()} is invoked.
*
*
- *
Note for implementors
+ * Note for implementors
*
*
* A parser must be able to work with any {@link Schema}
diff --git a/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java b/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java
index 2e78ba47892..e0abc4573f1 100644
--- a/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java
+++ b/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java
@@ -123,7 +123,7 @@ public abstract class SAXParserFactory {
*
*
*
- *
Tip for Trouble-shooting
+ * Tip for Trouble-shooting
*
* Setting the {@code jaxp.debug} system property will cause
* this method to print a lot of debug messages
@@ -161,7 +161,7 @@ public abstract class SAXParserFactory {
* it can use the factory to configure and obtain parser instances.
*
*
- *
Tip for Trouble-shooting
+ * Tip for Trouble-shooting
* Setting the {@code jaxp.debug} system property will cause
* this method to print a lot of debug messages
* to {@code System.err} about what it is doing and where it is looking at.
@@ -389,7 +389,7 @@ public abstract class SAXParserFactory {
* Such configuration will cause a {@link SAXException}
* exception when those properties are set on a {@link SAXParser}.
*
- *
Note for implementors
+ * Note for implementors
*
* A parser must be able to work with any {@link Schema}
* implementation. However, parsers and schemas are allowed
diff --git a/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java b/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java
index 42d8e0e59ea..42410d7629a 100644
--- a/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java
+++ b/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java
@@ -140,7 +140,7 @@ public abstract class TransformerFactory {
* {@code TransformerFactory} it can use the factory to configure
* and obtain transformer instances.
*
- *
Tip for Trouble-shooting
+ * Tip for Trouble-shooting
* Setting the {@code jaxp.debug} system property will cause
* this method to print a lot of debug messages
* to {@code System.err} about what it is doing and where it is looking at.
diff --git a/src/java.xml/share/classes/javax/xml/validation/SchemaFactory.java b/src/java.xml/share/classes/javax/xml/validation/SchemaFactory.java
index ebff5fdbf21..cf853e7f737 100644
--- a/src/java.xml/share/classes/javax/xml/validation/SchemaFactory.java
+++ b/src/java.xml/share/classes/javax/xml/validation/SchemaFactory.java
@@ -206,7 +206,7 @@ public abstract class SchemaFactory {
*
*
If everything fails, {@link IllegalArgumentException} will be thrown.
*
- *
Tip for Trouble-shooting:
+ *
Tip for Trouble-shooting:
* See {@link java.util.Properties#load(java.io.InputStream)} for
* exactly how a property file is parsed. In particular, colons ':'
* need to be escaped in a property file, so make sure schema language
@@ -259,7 +259,7 @@ public abstract class SchemaFactory {
* It gives more control to the application as it can specify which provider
* should be loaded.
*
- *
Tip for Trouble-shooting
+ * Tip for Trouble-shooting
* Setting the {@code jaxp.debug} system property will cause
* this method to print a lot of debug messages
* to {@code System.err} about what it is doing and where it is looking at.
@@ -717,7 +717,7 @@ public abstract class SchemaFactory {
* to abort the further processing by throwing it. If an error handler is not set,
* the callee will throw the first error it finds in the sources.
*
- *
W3C XML Schema 1.0
+ * W3C XML Schema 1.0
*
* The resulting schema contains components from the specified sources.
* The same result would be achieved if all these sources were
@@ -737,7 +737,7 @@ public abstract class SchemaFactory {
* specified in the section 5.1 of the XML Schema spec, then
* the error must be reported to the {@link ErrorHandler}.
*
- *
RELAX NG
+ * RELAX NG
*
* For RELAX NG, this method must throw {@link UnsupportedOperationException}
* if {@code schemas.length!=1}.
@@ -797,7 +797,7 @@ public abstract class SchemaFactory {
* make sure that features, such as secure processing, are explicitly
* set in both places.
*
- *
W3C XML Schema 1.0
+ * W3C XML Schema 1.0
*
* For XML Schema, this method creates a {@link Schema} object that
* performs validation by using location hints specified in documents.
@@ -815,7 +815,7 @@ public abstract class SchemaFactory {
* vulnerability to denial-of-service attacks.
*
*
- *
RELAX NG
+ * RELAX NG
*
* RELAX NG does not support this operation.
*
diff --git a/src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java b/src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java
index ed063ad6b66..c45f1ca7480 100644
--- a/src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java
+++ b/src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java
@@ -239,7 +239,7 @@ public abstract class XPathFactory {
* should be loaded.
*
*
- * Tip for Trouble-shooting
+ * Tip for Trouble-shooting
* Setting the jaxp.debug system property will cause
* this method to print a lot of debug messages
* to System.err about what it is doing and where it is looking at.