--- old/src/java.corba/share/classes/org/omg/CORBA/_IDLTypeStub.java 2015-09-12 23:51:24.083698908 +0300 +++ new/src/java.corba/share/classes/org/omg/CORBA/_IDLTypeStub.java 2015-09-12 23:51:23.971698352 +0300 @@ -26,7 +26,7 @@ /** -* The Stub for IDLType. For more information on +* The Stub for {@code IDLType}. For more information on * Stub files, see * "Generated Files: Stubs".

* org/omg/CORBA/_IDLTypeStub.java @@ -38,9 +38,9 @@ public class _IDLTypeStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.IDLType { /** - * Constructs a default _IDLTypeStub object. + * Constructs a default {@code _IDLTypeStub} object. * NOTE: If the default constructor is used, the - * object is useless until the method _set_delegate + * object is useless until the method {@code _set_delegate} * has been called. */ // NOTE: This constructor is not required according to the spec. Only JCK expects it now. @@ -50,8 +50,8 @@ } /** - * Constructs an _IDLTypeStub object initialized - * with the given Delegate object. + * Constructs an {@code _IDLTypeStub} object initialized + * with the given {@code Delegate} object. * * @param delegate a Delegate object */