< prev index next >

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

Print this page

        

*** 78,88 **** { exceptionGen.generate (symbolTable, this, stream); } // generate /** Access the exception generator. ! @returns an object which implements the ExceptionGen interface. @see ExceptionGen */ public Generator generator () { return exceptionGen; } // generator --- 78,88 ---- { exceptionGen.generate (symbolTable, this, stream); } // generate /** Access the exception generator. ! @return an object which implements the ExceptionGen interface. @see ExceptionGen */ public Generator generator () { return exceptionGen; } // generator
< prev index next >