corba/src/java.corba/share/classes/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java
changeset 32688 936c391804a5
parent 25862 a5e25d68f971
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    24  */
    24  */
    25 
    25 
    26 package org.omg.CORBA;
    26 package org.omg.CORBA;
    27 
    27 
    28 /**
    28 /**
    29  * A <tt>PolicyErrorCode</tt> which would be filled if the value
    29  * A {@code PolicyErrorCode} which would be filled if the value
    30  * requested for the <tt>Policy</tt> is of a
    30  * requested for the {@code Policy} is of a
    31  * valid type and within the valid range for that type, but this valid value
    31  * valid type and within the valid range for that type, but this valid value
    32  * is not currently supported.
    32  * is not currently supported.
    33  *
    33  *
    34  * @author rip-dev
    34  * @author rip-dev
    35  */
    35  */