--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.java 2015-04-30 20:13:37.387450968 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.java 2015-04-30 20:13:37.303450968 +0400 @@ -190,17 +190,19 @@ /** * Generate the interface. Provides general algorithm for binding generation: - * 1.) Initialize members unique to this generator. - init () - * 2.) Open print stream - openStream () - * 3.) Write class heading (package, prologue, class statement, open curly - writeHeading () - * 4.) Write class body (member data and methods) - write*Body () - * 5.) Write class closing (close curly) - writeClosing () - * 6.) Close the print stream - closeStream () + *
    + *
  1. Initialize members unique to this generator - init()
  2. + *
  3. Open print stream - openStream()
  4. + *
  5. Write class heading (package, prologue, class statement, open curly - writeHeading()
  6. + *
  7. Write class body (member data and methods) - write*Body()
  8. + *
  9. Write class closing (close curly) - writeClosing()
  10. + *
  11. Close the print stream - closeStream ()
  12. + *
* * For CORBA 2.3, interfaces are mapped to Operations and Signature * interfaces. The Operations interface contains the method definitions. * The Signature interface extends the Operations interface and adds - * CORBA::Object. + * CORBA::Object. (klr) **/ protected void generateInterface () {