--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java 2015-04-30 20:13:37.735450967 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java 2015-04-30 20:13:37.655450968 +0400 @@ -96,7 +96,7 @@ } /** - * Write the methodEntry for a valuetype factory method into + * d62023 - write the methodEntry for a valuetype factory method into * the Value Helper class. Contents from email from Simon, * 4/25/99. **/ @@ -135,7 +135,7 @@ } // helperFactoryMethod /** - * - write an abstract method definition + * d62023 - write an abstract method definition **/ protected void abstractMethod (Hashtable symbolTable, MethodEntry m, PrintWriter stream) { @@ -152,8 +152,8 @@ } // abstractMethod /** - * - write a default factory method implementation for the - * DefaultFactory. m is a methodEntry for a factory + * d62023 - write a default factory method implementation for the + * {@code DefaultFactory}. m is a methodEntry for a factory * method contained in a non-abstract ValueEntry. **/ protected void defaultFactoryMethod (Hashtable symbolTable, MethodEntry m, PrintWriter stream) @@ -176,7 +176,7 @@ } // defaultFactoryMethod /** - * - remove all valueInitializer junk + * d62023 - remove all valueInitializer junk **/ protected void writeMethodSignature () { @@ -242,7 +242,7 @@ } // writeMethodSignature /** - * - delete method templates for valuetypes + * d62023 - delete method templates for valuetypes **/ protected void interfaceMethod (Hashtable symbolTable, MethodEntry m, PrintWriter stream) {