--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java 2015-04-30 20:13:33.919450971 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/SymtabFactory.java 2015-04-30 20:13:33.839450971 +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);