--- old/src/java.naming/share/classes/com/sun/jndi/toolkit/url/Uri.java 2015-05-18 17:53:50.684753401 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/toolkit/url/Uri.java 2015-05-18 17:53:50.532753401 +0400 @@ -47,7 +47,7 @@ * still run on pre-1.4 platforms not containing that class. * *

The format of an absolute URI (see the RFCs mentioned above) is: - *

+ * 
{@code
  *      absoluteURI   = scheme ":" ( hier_part | opaque_part )
  *
  *      scheme        = alpha *( alpha | digit | "+" | "-" | "." )
@@ -94,12 +94,12 @@
  *      mark          = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"
  *      escaped       = "%" hex hex
  *      unwise        = "{" | "}" | "|" | "\" | "^" | "`"
- * 
+ * }
* - *

Currently URIs containing userinfo or reg_name + *

Currently URIs containing {@code userinfo} or {@code reg_name} * are not supported. - * The opaque_part of a non-hierarchical URI is treated as if - * if were a path without a leading slash. + * The {@code opaque_part} of a non-hierarchical URI is treated as if + * if were a {@code path} without a leading slash. */