< prev index next >

src/java.corba/share/classes/com/sun/org/omg/CORBA/portable/ValueHelper.java

Print this page

        

@@ -30,11 +30,11 @@
 
 /**
  * An interface that is implemented by valuetype helper classes.
  * This interface appeared in CORBA 2.3 drafts but was removed from
  * the published CORBA 2.3 specification.
- * <P>
+ *
  * @deprecated Deprecated by CORBA 2.3.
  */
 @Deprecated
 public interface ValueHelper extends BoxedValueHelper {
     Class get_class();
< prev index next >