corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java
changeset 30383 45960fdbe465
parent 25862 a5e25d68f971
--- a/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java	Wed Jul 05 20:31:05 2017 +0200
+++ b/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java	Tue May 05 15:17:13 2015 +0400
@@ -97,7 +97,7 @@
       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);