< prev index next >

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

Print this page

        

*** 108,118 **** { // NO-OP: this cannot be set for a typedef. } /** Access the typedef generator. ! @returns an object which implements the TypedefGen interface. @see TypedefGen */ public Generator generator () { return typedefGen; } // generator --- 108,118 ---- { // NO-OP: this cannot be set for a typedef. } /** Access the typedef generator. ! @return an object which implements the TypedefGen interface. @see TypedefGen */ public Generator generator () { return typedefGen; } // generator
< prev index next >