jdk/src/share/classes/javax/naming/spi/ObjectFactory.java
changeset 23712 d46a902c1aed
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/javax/naming/spi/ObjectFactory.java	Wed Apr 02 21:38:45 2014 -0700
+++ b/jdk/src/share/classes/javax/naming/spi/ObjectFactory.java	Thu Apr 03 16:10:40 2014 +0400
@@ -149,7 +149,6 @@
  * If a factory uses <code>nameCtx</code> it should synchronize its use
  * against concurrent access, since context implementations are not
  * guaranteed to be thread-safe.
- * <p>
  *
  * @param obj The possibly null object containing location or reference
  *              information that can be used in creating an object.