< prev index next >

src/java.corba/share/classes/org/omg/CORBA/DynArray.java

Print this page

        

@@ -25,12 +25,13 @@
 
 
 package org.omg.CORBA;
 
 
-/** Represents a <tt>DynAny</tt> object associated
- *  with an array.
+/**
+ * Represents a {@code DynAny} object associated with an array.
+ *
  * @deprecated Use the new <a href="../DynamicAny/DynArray.html">DynArray</a> instead
  */
 @Deprecated
 public interface DynArray extends org.omg.CORBA.Object, org.omg.CORBA.DynAny
 {
< prev index next >