< prev index next >

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

Print this page

        

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