< prev index next >

src/java.corba/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java

Print this page

        

@@ -95,11 +95,11 @@
   PrimitiveEntry primitiveEntry ();
   /** name can be, but is not limited to, the primitive idl type names:
       char, octet, short, long, etc.  The reason it is not limited to
       these is that, as an extender, you may wish to override these names.
       For instance, when generating Java code, octet translates to byte,
-      so there is an entry in Compile.overrideNames:  <"octet", "byte">
+      so there is an entry in Compile.overrideNames: {@code <"octet", "byte">}
       and a PrimitiveEntry in the symbol table for "byte". */
   PrimitiveEntry primitiveEntry (String name);
 
   SequenceEntry sequenceEntry ();
   SequenceEntry sequenceEntry (SymtabEntry container, IDLID id);
< prev index next >