--- old/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/Type.java 2015-04-30 20:13:39.119450966 +0400 +++ new/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/Type.java 2015-04-30 20:13:39.039450966 +0400 @@ -51,7 +51,7 @@ * conformance checking and name mapping as defined in the "Java to IDL * Mapping" OMG specification. The family is composed of the following * fixed set of types: - *
+ * 
{@literal
  *
  *                                              +- RemoteType <-- AbstractType
  *                                              |
@@ -67,7 +67,7 @@
  *                                              |
  *                                              +- NCClassType
  *
- * 
+ * }
* PrimitiveType represents a primitive or a void type. *

* CompoundType is an abstract base representing any non-special class