< prev index next >

src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java

Print this page

        

@@ -94,11 +94,11 @@
       // end of parameter list
     }
   }
 
   /**
-   * <d62023> 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.
    **/
   protected void helperFactoryMethod (Hashtable symbolTable, MethodEntry m, SymtabEntry t, PrintWriter stream)
   {

@@ -133,11 +133,11 @@
     stream.println ("  }");
     stream.println ();
   } // helperFactoryMethod
 
   /**
-   * <d62023> - write an abstract method definition
+   * d62023 - write an abstract method definition
    **/
   protected void abstractMethod (Hashtable symbolTable, MethodEntry m, PrintWriter stream)
   {
     this.symbolTable = symbolTable;
     this.m           = m;

@@ -150,12 +150,12 @@
     stream.println (";");
     stream.println ();
   } // abstractMethod
 
   /**
-   * <d62023> - write a default factory method implementation for the
-   *            <value>DefaultFactory. m is a methodEntry for a factory
+   * d62023   - write a default factory method implementation for the
+   *            {@code <value>DefaultFactory}. m is a methodEntry for a factory
    *            method contained in a non-abstract ValueEntry.
    **/
   protected void defaultFactoryMethod (Hashtable symbolTable, MethodEntry m, PrintWriter stream)
   {
     this.symbolTable = symbolTable;

@@ -174,11 +174,11 @@
     stream.println (");");
     stream.println ("  }");
   } // defaultFactoryMethod
 
   /**
-   * <d62023> - remove all valueInitializer junk
+   * d62023 - remove all valueInitializer junk
    **/
   protected void writeMethodSignature ()
   {
     // Step 0.  Print the return type and name.
     // A return type of null indicates the "void" return type. If m is a

@@ -240,11 +240,11 @@
     else
       stream.print (')');
   } // writeMethodSignature
 
   /**
-   * <d62023> - delete method templates for valuetypes
+   * d62023 - delete method templates for valuetypes
    **/
   protected void interfaceMethod (Hashtable symbolTable, MethodEntry m, PrintWriter stream)
   {
     this.symbolTable = symbolTable;
     this.m           = m;
< prev index next >