< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/ior/ObjectAdapterIdNumber.java

Print this page

        

@@ -29,11 +29,11 @@
 import org.omg.CORBA_2_3.portable.OutputStream ;
 
 /** ObjectAdapterIdNumber is used to represent pre-JDK 1.4 POA adapter
  * IDs.  The POA ID was simply represented as a single integer, which was
  * mapped to the actual POA instance.  Here, we just represent these
- * internally as arrays of the form { "OldRootPOA", "<number>" },
+ * internally as arrays of the form { "OldRootPOA", "{@literal <number>}" },
  * and provide an extra method to get the number back.
  */
 public class ObjectAdapterIdNumber extends ObjectAdapterIdArray {
     private int poaid ;
 
< prev index next >