< prev index next >

src/java.base/share/classes/java/lang/Class.java

Print this page

        

@@ -2475,22 +2475,22 @@
      * resource name using this algorithm:
      *
      * <ul>
      *
      * <li> If the {@code name} begins with a {@code '/'}
-     * (<tt>'\u002f'</tt>), then the absolute name of the resource is the
+     * (<code>'\u002f'</code>), then the absolute name of the resource is the
      * portion of the {@code name} following the {@code '/'}.
      *
      * <li> Otherwise, the absolute name is of the following form:
      *
      * <blockquote>
      *   {@code modified_package_name/name}
      * </blockquote>
      *
      * <p> Where the {@code modified_package_name} is the package name of this
      * object with {@code '/'} substituted for {@code '.'}
-     * (<tt>'\u002e'</tt>).
+     * (<code>'\u002e'</code>).
      *
      * </ul>
      *
      * @param  name name of the desired resource
      * @return  A {@link java.io.InputStream} object; {@code null} if no

@@ -2568,22 +2568,22 @@
      * given resource name using this algorithm:
      *
      * <ul>
      *
      * <li> If the {@code name} begins with a {@code '/'}
-     * (<tt>'\u002f'</tt>), then the absolute name of the resource is the
+     * (<code>'\u002f'</code>), then the absolute name of the resource is the
      * portion of the {@code name} following the {@code '/'}.
      *
      * <li> Otherwise, the absolute name is of the following form:
      *
      * <blockquote>
      *   {@code modified_package_name/name}
      * </blockquote>
      *
      * <p> Where the {@code modified_package_name} is the package name of this
      * object with {@code '/'} substituted for {@code '.'}
-     * (<tt>'\u002e'</tt>).
+     * (<code>'\u002e'</code>).
      *
      * </ul>
      *
      * @param  name name of the desired resource
      * @return A {@link java.net.URL} object; {@code null} if no resource with
< prev index next >