diff --git a/jdk/src/share/classes/javax/naming/event/package.html b/jdk/src/share/classes/javax/naming/event/package.html
index f23dbe887cd..3affa9cbdf9 100644
--- a/jdk/src/share/classes/javax/naming/event/package.html
+++ b/jdk/src/share/classes/javax/naming/event/package.html
@@ -112,7 +112,6 @@ fired to notify the listener. The listener's
namingExceptionThrown() method is invoked, as shown in the
sample code above,
and the listener is automatically deregistered.
-
Package Specification
diff --git a/jdk/src/share/classes/javax/naming/ldap/ControlFactory.java b/jdk/src/share/classes/javax/naming/ldap/ControlFactory.java
index 4ab5a347f66..8d754d02b85 100644
--- a/jdk/src/share/classes/javax/naming/ldap/ControlFactory.java
+++ b/jdk/src/share/classes/javax/naming/ldap/ControlFactory.java
@@ -114,7 +114,7 @@ public abstract class ControlFactory {
*
* Note that a control factory
* must be public and must have a public constructor that accepts no arguments.
- *
+ *
* @param ctl The non-null control object containing the OID and BER data.
* @param ctx The possibly null context in which the control is being created.
* If null, no such information is available.
diff --git a/jdk/src/share/classes/javax/naming/ldap/LdapContext.java b/jdk/src/share/classes/javax/naming/ldap/LdapContext.java
index ef92b1c49ba..05db4a8648b 100644
--- a/jdk/src/share/classes/javax/naming/ldap/LdapContext.java
+++ b/jdk/src/share/classes/javax/naming/ldap/LdapContext.java
@@ -319,7 +319,7 @@ public interface LdapContext extends DirContext {
* clear the response controls. You can call it many times (and get
* back the same controls) until the next context method that may return
* controls is invoked.
- *
+ *
* @return A possibly null array of controls. If null, the previous
* method invoked on this context did not produce any controls.
* @exception NamingException If an error occurred while getting the response
diff --git a/jdk/src/share/classes/javax/naming/ldap/Rdn.java b/jdk/src/share/classes/javax/naming/ldap/Rdn.java
index a78fda3af4e..d688e11baf8 100644
--- a/jdk/src/share/classes/javax/naming/ldap/Rdn.java
+++ b/jdk/src/share/classes/javax/naming/ldap/Rdn.java
@@ -352,7 +352,7 @@ public class Rdn implements Serializable, Comparable