--- old/src/java.corba/share/classes/org/omg/CORBA/IDLTypeOperations.java 2015-09-12 23:50:55.283556096 +0300 +++ new/src/java.corba/share/classes/org/omg/CORBA/IDLTypeOperations.java 2015-09-12 23:50:55.171555540 +0300 @@ -25,10 +25,10 @@ package org.omg.CORBA; /** -* The interface for IDLType. For more information on -* Operations interfaces, see -* "Generated Files: Operations files". -*/ + * The interface for {@code IDLType}. For more information on + * Operations interfaces, see + * "Generated Files: Operations files". + */ /* tempout/org/omg/CORBA/IDLTypeOperations.java @@ -51,8 +51,8 @@ { /** * The type attribute describes the type defined by an object - * derived from IDLType. - * @return the TypeCode defined by this object. + * derived from {@code IDLType}. + * @return the {@code TypeCode} defined by this object. */ org.omg.CORBA.TypeCode type (); } // interface IDLTypeOperations