--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/DefaultSymtabFactory.java 2015-05-05 20:15:06.823833422 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/DefaultSymtabFactory.java 2015-05-05 20:15:06.739833422 +0400 @@ -202,7 +202,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"> and a + there is an entry in Compile.overrideNames: {@code <"octet", "byte">} and a PrimitiveEntry in the symbol table for "byte". */ public PrimitiveEntry primitiveEntry (String name) {