corba/src/java.corba/share/classes/org/omg/CORBA/UNSUPPORTED_POLICY.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  * One of the <tt>PolicyErrorCode</tt>s which would be filled if
    29  * One of the {@code PolicyErrorCode}s which would be filled if
    30  * the requested <tt>Policy</tt> is understood to be valid by the
    30  * the requested {@code Policy} is understood to be valid by the
    31  * ORB, but is not currently supported.
    31  * ORB, but is not currently supported.
    32  *
    32  *
    33  * @author rip-dev
    33  * @author rip-dev
    34  */
    34  */
    35 public interface UNSUPPORTED_POLICY {
    35 public interface UNSUPPORTED_POLICY {