jdk/src/share/classes/java/net/URL.java
changeset 23720 7d5147c21927
parent 22119 da8b8a10483f
child 24260 55a72a7e0cf9
--- a/jdk/src/share/classes/java/net/URL.java	Fri Apr 04 19:27:17 2014 +0400
+++ b/jdk/src/share/classes/java/net/URL.java	Fri Apr 04 19:32:53 2014 +0400
@@ -867,7 +867,7 @@
      * Creates an integer suitable for hash table indexing.<p>
      *
      * The hash code is based upon all the URL components relevant for URL
-     * comparison. As such, this operation is a blocking operation.<p>
+     * comparison. As such, this operation is a blocking operation.
      *
      * @return  a hash code for this {@code URL}.
      */