--- old/src/java.corba/share/classes/org/omg/CORBA/DynEnum.java 2015-09-12 23:50:52.099540307 +0300 +++ new/src/java.corba/share/classes/org/omg/CORBA/DynEnum.java 2015-09-12 23:50:51.991539771 +0300 @@ -26,8 +26,9 @@ package org.omg.CORBA; -/** Represents a DynAny object associated - * with an IDL enum. +/** + * Represents a {@code DynAny} object associated with an IDL enum. + * * @deprecated Use the new DynEnum instead */ @Deprecated @@ -35,14 +36,14 @@ { /** * Return the value of the IDL enum stored in this - * DynEnum as a string. + * {@code DynEnum} as a string. * * @return the stringified value. */ public String value_as_string(); /** - * Set a particular enum in this DynEnum. + * Set a particular enum in this {@code DynEnum}. * * @param arg the string corresponding to the value. */