--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.java 2015-04-30 16:32:15.347461882 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.java 2015-04-30 16:32:15.263461882 +0400 @@ -73,14 +73,14 @@ } // ctor /** - * - delete constructor; helper is abstract + * {@literal } - delete constructor; helper is abstract **/ protected void writeConstructor () { } // writeConstructor /** - * - delete write_value from non-boxed helpers + * {@literal } - delete write_value from non-boxed helpers * - delete _write from non-boxed helpers **/ public void helperWrite (SymtabEntry entry, PrintWriter stream) @@ -91,7 +91,7 @@ } // helperWrite /** - * + * {@literal } **/ public void helperRead (String entryName, SymtabEntry entry, PrintWriter stream) { @@ -101,7 +101,7 @@ } // helperRead /** - * - suppress initializers from mapped value; now generated in + * {@literal } - suppress initializers from mapped value; now generated in * the Helper class and Factory class **/ protected void writeInitializers () @@ -110,7 +110,7 @@ } // writeInitializers /** - * - Goes in mapped class, not Helper + * {@literal } - Goes in mapped class, not Helper **/ protected void writeTruncatable () // { @@ -155,7 +155,7 @@ } /** - * CustomMarshal -> CustomValue for custom valuetypes + * {@literal CustomMarshal ->} CustomValue for custom valuetypes * mapped class is abstract **/ protected void writeHeading () @@ -217,7 +217,7 @@ } // writeHeading /** - * - private state maps to protected, not default + * {@literal } - private state maps to protected, not default **/ protected void writeMembers () { @@ -245,7 +245,7 @@ } // writeMembers /** - * Methods need to be abstract + * {@literal } Methods need to be abstract * writeStreamable **/ protected void writeMethods () @@ -294,7 +294,7 @@ } // writeMethods /** - * Call super._read() + * {@literal } Call super._read() **/ public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) { @@ -335,7 +335,7 @@ } // read /** - * Call super._write() + * {@literal } Call super._write() **/ public int write (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) { @@ -374,7 +374,7 @@ } // write /** - * <62023> - generate factory interface and default factory + * {@literal <62023>} - generate factory interface and default factory **/ public void generate (Hashtable symbolTable, ValueEntry v, PrintWriter str) {