jdk/src/java.base/windows/classes/sun/net/www/protocol/file/Handler.java
changeset 32210 958d823579c3
parent 25859 3317bb8137f4
--- a/jdk/src/java.base/windows/classes/sun/net/www/protocol/file/Handler.java	Fri Aug 14 10:35:45 2015 +0200
+++ b/jdk/src/java.base/windows/classes/sun/net/www/protocol/file/Handler.java	Fri Aug 14 14:40:13 2015 +0300
@@ -134,8 +134,8 @@
      * Compares the host components of two URLs.
      * @param u1 the URL of the first host to compare
      * @param u2 the URL of the second host to compare
-     * @return  <tt>true</tt> if and only if they
-     * are equal, <tt>false</tt> otherwise.
+     * @return  {@code true} if and only if they
+     * are equal, {@code false} otherwise.
      */
     protected boolean hostsEqual(URL u1, URL u2) {
         /*